Shades of Dark Violet #AF0ED5
Tints of Dark Violet #AF0ED5
RGB
CMYK
RGB Variations
Color information
#AF0ED5 (or 0xAF0ED5) is known color: Dark Violet. HEX triplet: AF, 0E and D5. RGB value is (175,14,213). Sum of RGB (Red+Green+Blue) = 175+14+213=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF0ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED5 is #50F12A. Grayscale: #545454. Windows color (decimal): -5304619 or 13962927. OLE color: 13962927.
HSL color Cylindrical-coordinate representation of color #AF0ED5: hue angle of 288.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0ED5 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 14 | 213 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.16 |
| HSL | 288.54º | 0.88% | 0.45% | - |
| HSV(B) | 288.54º | 0.93% | 0.84% | - |
| XYZ | 29.85 | 14.23 | 64.12 | - |
| YUV | 84.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 213 | 0.18 | 0.93 | 0 | 0.16 | 288.54 | 0.88 | 0.45 |
| Hex | AF | E | D5 | 12 | 5D | 0 | 10 | 121 | 58 | 2D |
| Octal | 257 | 16 | 325 | 22 | 135 | 0 | 20 | 441 | 130 | 55 |
| Binary | 10101111 | 1110 | 11010101 | 10010 | 1011101 | 0 | 10000 | 100100001 | 1011000 | 101101 |
Color Harmonies of #AF0ED5
Complementary color
Monochromatic Colors of #AF0ED5
Black with #AF0ED5
Text Example
Text Example
White with #AF0ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ED5; }
p { color: rgb(175,14,213); }
H1.HeaderClassName
{
color: #AF0ED5;
}
.AnyTagClassName
{
color: #AF0ED5;
}
</style>
background-color css
<style>
a { background-color: #AF0ED5; }
a { background-color: rgb(175,14,213); }
div.DivClassName
{
background-color: #AF0ED5;
}
.BgClassName
{
background-color: #AF0ED5;
}
</style>
border-color css
<style>
span { border-color: #AF0ED5; }
span { border-color: rgb(175,14,213); }
td.TdClassName
{
border-color: #AF0ED5;
}
.TagClassName
{
border-color: #AF0ED5;
}
</style>