Shades of Dark Violet #AF0DD6
Tints of Dark Violet #AF0DD6
RGB
CMYK
RGB Variations
Color information
#AF0DD6 (or 0xAF0DD6) is known color: Dark Violet. HEX triplet: AF, 0D and D6. RGB value is (175,13,214). Sum of RGB (Red+Green+Blue) = 175+13+214=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DD6 is #50F229. Grayscale: #535353. Windows color (decimal): -5304874 or 14028207. OLE color: 14028207.
HSL color Cylindrical-coordinate representation of color #AF0DD6: hue angle of 288.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DD6 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 13 | 214 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.16 |
| HSL | 288.36º | 0.89% | 0.45% | - |
| HSV(B) | 288.36º | 0.94% | 0.84% | - |
| XYZ | 29.96 | 14.26 | 64.79 | - |
| YUV | 84.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 214 | 0.18 | 0.94 | 0 | 0.16 | 288.36 | 0.89 | 0.45 |
| Hex | AF | D | D6 | 12 | 5E | 0 | 10 | 120 | 59 | 2D |
| Octal | 257 | 15 | 326 | 22 | 136 | 0 | 20 | 440 | 131 | 55 |
| Binary | 10101111 | 1101 | 11010110 | 10010 | 1011110 | 0 | 10000 | 100100000 | 1011001 | 101101 |
Color Harmonies of #AF0DD6
Complementary color
Monochromatic Colors of #AF0DD6
Black with #AF0DD6
Text Example
Text Example
White with #AF0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DD6; }
p { color: rgb(175,13,214); }
H1.HeaderClassName
{
color: #AF0DD6;
}
.AnyTagClassName
{
color: #AF0DD6;
}
</style>
background-color css
<style>
a { background-color: #AF0DD6; }
a { background-color: rgb(175,13,214); }
div.DivClassName
{
background-color: #AF0DD6;
}
.BgClassName
{
background-color: #AF0DD6;
}
</style>
border-color css
<style>
span { border-color: #AF0DD6; }
span { border-color: rgb(175,13,214); }
td.TdClassName
{
border-color: #AF0DD6;
}
.TagClassName
{
border-color: #AF0DD6;
}
</style>