Shades of Dark Violet #AF02DD
Tints of Dark Violet #AF02DD
RGB
CMYK
RGB Variations
Color information
#AF02DD (or 0xAF02DD) is known color: Dark Violet. HEX triplet: AF, 02 and DD. RGB value is (175,2,221). Sum of RGB (Red+Green+Blue) = 175+2+221=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02DD is #50FD22. Grayscale: #4D4D4D. Windows color (decimal): -5307683 or 14484143. OLE color: 14484143.
HSL color Cylindrical-coordinate representation of color #AF02DD: hue angle of 287.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02DD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 2 | 221 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.13 |
| HSL | 287.4º | 0.98% | 0.44% | - |
| HSV(B) | 287.4º | 0.99% | 0.87% | - |
| XYZ | 30.75 | 14.38 | 69.56 | - |
| YUV | 78.69 | 208.31 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 221 | 0.21 | 0.99 | 0 | 0.13 | 287.4 | 0.98 | 0.44 |
| Hex | AF | 2 | DD | 15 | 63 | 0 | D | 11F | 62 | 2C |
| Octal | 257 | 2 | 335 | 25 | 143 | 0 | 15 | 437 | 142 | 54 |
| Binary | 10101111 | 10 | 11011101 | 10101 | 1100011 | 0 | 1101 | 100011111 | 1100010 | 101100 |
Color Harmonies of #AF02DD
Complementary color
Monochromatic Colors of #AF02DD
Black with #AF02DD
Text Example
Text Example
White with #AF02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02DD; }
p { color: rgb(175,2,221); }
H1.HeaderClassName
{
color: #AF02DD;
}
.AnyTagClassName
{
color: #AF02DD;
}
</style>
background-color css
<style>
a { background-color: #AF02DD; }
a { background-color: rgb(175,2,221); }
div.DivClassName
{
background-color: #AF02DD;
}
.BgClassName
{
background-color: #AF02DD;
}
</style>
border-color css
<style>
span { border-color: #AF02DD; }
span { border-color: rgb(175,2,221); }
td.TdClassName
{
border-color: #AF02DD;
}
.TagClassName
{
border-color: #AF02DD;
}
</style>