Shades of Dark Violet #AF0DD0
Tints of Dark Violet #AF0DD0
RGB
CMYK
RGB Variations
Color information
#AF0DD0 (or 0xAF0DD0) is known color: Dark Violet. HEX triplet: AF, 0D and D0. RGB value is (175,13,208). Sum of RGB (Red+Green+Blue) = 175+13+208=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF0DD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DD0 is #50F22F. Grayscale: #535353. Windows color (decimal): -5304880 or 13634991. OLE color: 13634991.
HSL color Cylindrical-coordinate representation of color #AF0DD0: hue angle of 289.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DD0 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 13 | 208 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.18 |
| HSL | 289.85º | 0.88% | 0.43% | - |
| HSV(B) | 289.85º | 0.94% | 0.82% | - |
| XYZ | 29.21 | 13.96 | 60.83 | - |
| YUV | 83.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 208 | 0.16 | 0.94 | 0 | 0.18 | 289.85 | 0.88 | 0.43 |
| Hex | AF | D | D0 | 10 | 5E | 0 | 12 | 122 | 58 | 2B |
| Octal | 257 | 15 | 320 | 20 | 136 | 0 | 22 | 442 | 130 | 53 |
| Binary | 10101111 | 1101 | 11010000 | 10000 | 1011110 | 0 | 10010 | 100100010 | 1011000 | 101011 |
Color Harmonies of #AF0DD0
Complementary color
Monochromatic Colors of #AF0DD0
Black with #AF0DD0
Text Example
Text Example
White with #AF0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DD0; }
p { color: rgb(175,13,208); }
H1.HeaderClassName
{
color: #AF0DD0;
}
.AnyTagClassName
{
color: #AF0DD0;
}
</style>
background-color css
<style>
a { background-color: #AF0DD0; }
a { background-color: rgb(175,13,208); }
div.DivClassName
{
background-color: #AF0DD0;
}
.BgClassName
{
background-color: #AF0DD0;
}
</style>
border-color css
<style>
span { border-color: #AF0DD0; }
span { border-color: rgb(175,13,208); }
td.TdClassName
{
border-color: #AF0DD0;
}
.TagClassName
{
border-color: #AF0DD0;
}
</style>