#afa5c5 color RGB value is (10, 250, 92).
#afa5c5 hex color red value is 10, green value is 250, and blue value is 92.
Cylindrical-coordinate representations (HSL) of color #afa5c5
hue: 140.5,
saturation: 0.96 and lightness: 0.51.
The process color (four-color CMYK) of #afa5c5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #afa5c5 is #ff9999. Color #afa5c5 contains mainly RED.
| Color spaces of #afa5c5 | Value |
|---|---|
| RGB | 175, 165, 197 |
| HSL | 0.72, 0.22, 0.71 |
| HSV | 259°, 16°, 77° |
| XYZ | 41.21, 40.06, 58.37 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101111 | 10100101 | 11000101 |
| Octal | 257 | 245 | 305 |
| Decimal | 175 | 165 | 197 |
| Hex | AF | A5 | C5 |
Shades of #afa5c5
Tints of #afa5c5
.mybgColor {background-color: #afa5c5;}
.myforeColor {color: #afa5c5;}
.myborderColor {border:3px solid #afa5c5;}
<p style="color:#afa5c5">Text here</p>
This sample text is styled with the font color #afa5c5. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#afa5c5">Div content here</div>
<div style="border:3px solid #afa5c5">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(175, 165, 197, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #afa5c5; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #afa5c5;
-webkit-box-shadow: 1px 1px 3px #afa5c5;
box-shadow: 1px 1px 3px #afa5c5; }
<p style="text-shadow: 4px 4px 2px rgba(175, 165, 197, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #afa5c5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #afa5c5;
-webkit-box-shadow: 1px 1px 3px #afa5c5;
box-shadow: 1px 1px 3px #afa5c5;">Div content here</div>
