Shades of Dark Violet #AF02CB
Tints of Dark Violet #AF02CB
RGB
CMYK
RGB Variations
Color information
#AF02CB (or 0xAF02CB) is known color: Dark Violet. HEX triplet: AF, 02 and CB. RGB value is (175,2,203). Sum of RGB (Red+Green+Blue) = 175+2+203=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF02CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02CB is #50FD34. Grayscale: #4C4C4C. Windows color (decimal): -5307701 or 13304495. OLE color: 13304495.
HSL color Cylindrical-coordinate representation of color #AF02CB: hue angle of 291.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02CB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 2 | 203 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.20 |
| HSL | 291.64º | 0.98% | 0.4% | - |
| HSV(B) | 291.64º | 0.99% | 0.8% | - |
| XYZ | 28.48 | 13.47 | 57.6 | - |
| YUV | 76.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 203 | 0.14 | 0.99 | 0 | 0.20 | 291.64 | 0.98 | 0.4 |
| Hex | AF | 2 | CB | E | 63 | 0 | 14 | 124 | 62 | 28 |
| Octal | 257 | 2 | 313 | 16 | 143 | 0 | 24 | 444 | 142 | 50 |
| Binary | 10101111 | 10 | 11001011 | 1110 | 1100011 | 0 | 10100 | 100100100 | 1100010 | 101000 |
Color Harmonies of #AF02CB
Complementary color
Monochromatic Colors of #AF02CB
Black with #AF02CB
Text Example
Text Example
White with #AF02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02CB; }
p { color: rgb(175,2,203); }
H1.HeaderClassName
{
color: #AF02CB;
}
.AnyTagClassName
{
color: #AF02CB;
}
</style>
background-color css
<style>
a { background-color: #AF02CB; }
a { background-color: rgb(175,2,203); }
div.DivClassName
{
background-color: #AF02CB;
}
.BgClassName
{
background-color: #AF02CB;
}
</style>
border-color css
<style>
span { border-color: #AF02CB; }
span { border-color: rgb(175,2,203); }
td.TdClassName
{
border-color: #AF02CB;
}
.TagClassName
{
border-color: #AF02CB;
}
</style>