Shades of Dark Violet #AF02DB
Tints of Dark Violet #AF02DB
RGB
CMYK
RGB Variations
Color information
#AF02DB (or 0xAF02DB) is known color: Dark Violet. HEX triplet: AF, 02 and DB. RGB value is (175,2,219). Sum of RGB (Red+Green+Blue) = 175+2+219=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02DB is #50FD24. Grayscale: #4D4D4D. Windows color (decimal): -5307685 or 14353071. OLE color: 14353071.
HSL color Cylindrical-coordinate representation of color #AF02DB: hue angle of 287.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02DB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 2 | 219 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.14 |
| HSL | 287.83º | 0.98% | 0.43% | - |
| HSV(B) | 287.83º | 0.99% | 0.86% | - |
| XYZ | 30.49 | 14.27 | 68.17 | - |
| YUV | 78.47 | 207.31 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 219 | 0.20 | 0.99 | 0 | 0.14 | 287.83 | 0.98 | 0.43 |
| Hex | AF | 2 | DB | 14 | 63 | 0 | E | 120 | 62 | 2B |
| Octal | 257 | 2 | 333 | 24 | 143 | 0 | 16 | 440 | 142 | 53 |
| Binary | 10101111 | 10 | 11011011 | 10100 | 1100011 | 0 | 1110 | 100100000 | 1100010 | 101011 |
Color Harmonies of #AF02DB
Complementary color
Monochromatic Colors of #AF02DB
Black with #AF02DB
Text Example
Text Example
White with #AF02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02DB; }
p { color: rgb(175,2,219); }
H1.HeaderClassName
{
color: #AF02DB;
}
.AnyTagClassName
{
color: #AF02DB;
}
</style>
background-color css
<style>
a { background-color: #AF02DB; }
a { background-color: rgb(175,2,219); }
div.DivClassName
{
background-color: #AF02DB;
}
.BgClassName
{
background-color: #AF02DB;
}
</style>
border-color css
<style>
span { border-color: #AF02DB; }
span { border-color: rgb(175,2,219); }
td.TdClassName
{
border-color: #AF02DB;
}
.TagClassName
{
border-color: #AF02DB;
}
</style>