Shades of Dark Violet #AF0EDA
Tints of Dark Violet #AF0EDA
RGB
CMYK
RGB Variations
Color information
#AF0EDA (or 0xAF0EDA) is known color: Dark Violet. HEX triplet: AF, 0E and DA. RGB value is (175,14,218). Sum of RGB (Red+Green+Blue) = 175+14+218=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EDA is #50F125. Grayscale: #545454. Windows color (decimal): -5304614 or 14290607. OLE color: 14290607.
HSL color Cylindrical-coordinate representation of color #AF0EDA: hue angle of 287.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EDA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 14 | 218 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.15 |
| HSL | 287.35º | 0.88% | 0.45% | - |
| HSV(B) | 287.35º | 0.94% | 0.85% | - |
| XYZ | 30.49 | 14.49 | 67.52 | - |
| YUV | 85.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 218 | 0.20 | 0.94 | 0 | 0.15 | 287.35 | 0.88 | 0.45 |
| Hex | AF | E | DA | 14 | 5E | 0 | F | 11F | 58 | 2D |
| Octal | 257 | 16 | 332 | 24 | 136 | 0 | 17 | 437 | 130 | 55 |
| Binary | 10101111 | 1110 | 11011010 | 10100 | 1011110 | 0 | 1111 | 100011111 | 1011000 | 101101 |
Color Harmonies of #AF0EDA
Complementary color
Monochromatic Colors of #AF0EDA
Black with #AF0EDA
Text Example
Text Example
White with #AF0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EDA; }
p { color: rgb(175,14,218); }
H1.HeaderClassName
{
color: #AF0EDA;
}
.AnyTagClassName
{
color: #AF0EDA;
}
</style>
background-color css
<style>
a { background-color: #AF0EDA; }
a { background-color: rgb(175,14,218); }
div.DivClassName
{
background-color: #AF0EDA;
}
.BgClassName
{
background-color: #AF0EDA;
}
</style>
border-color css
<style>
span { border-color: #AF0EDA; }
span { border-color: rgb(175,14,218); }
td.TdClassName
{
border-color: #AF0EDA;
}
.TagClassName
{
border-color: #AF0EDA;
}
</style>