Shades of Dark Violet #AF0ED7
Tints of Dark Violet #AF0ED7
RGB
CMYK
RGB Variations
Color information
#AF0ED7 (or 0xAF0ED7) is known color: Dark Violet. HEX triplet: AF, 0E and D7. RGB value is (175,14,215). Sum of RGB (Red+Green+Blue) = 175+14+215=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF0ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED7 is #50F128. Grayscale: #545454. Windows color (decimal): -5304617 or 14093999. OLE color: 14093999.
HSL color Cylindrical-coordinate representation of color #AF0ED7: hue angle of 288.06º 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 #AF0ED7 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 14 | 215 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.16 |
| HSL | 288.06º | 0.88% | 0.45% | - |
| HSV(B) | 288.06º | 0.93% | 0.84% | - |
| XYZ | 30.1 | 14.33 | 65.47 | - |
| YUV | 85.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 215 | 0.19 | 0.93 | 0 | 0.16 | 288.06 | 0.88 | 0.45 |
| Hex | AF | E | D7 | 13 | 5D | 0 | 10 | 120 | 58 | 2D |
| Octal | 257 | 16 | 327 | 23 | 135 | 0 | 20 | 440 | 130 | 55 |
| Binary | 10101111 | 1110 | 11010111 | 10011 | 1011101 | 0 | 10000 | 100100000 | 1011000 | 101101 |
Color Harmonies of #AF0ED7
Complementary color
Monochromatic Colors of #AF0ED7
Black with #AF0ED7
Text Example
Text Example
White with #AF0ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ED7; }
p { color: rgb(175,14,215); }
H1.HeaderClassName
{
color: #AF0ED7;
}
.AnyTagClassName
{
color: #AF0ED7;
}
</style>
background-color css
<style>
a { background-color: #AF0ED7; }
a { background-color: rgb(175,14,215); }
div.DivClassName
{
background-color: #AF0ED7;
}
.BgClassName
{
background-color: #AF0ED7;
}
</style>
border-color css
<style>
span { border-color: #AF0ED7; }
span { border-color: rgb(175,14,215); }
td.TdClassName
{
border-color: #AF0ED7;
}
.TagClassName
{
border-color: #AF0ED7;
}
</style>