Shades of Dark Violet #AF0EDB
Tints of Dark Violet #AF0EDB
RGB
CMYK
RGB Variations
Color information
#AF0EDB (or 0xAF0EDB) is known color: Dark Violet. HEX triplet: AF, 0E and DB. RGB value is (175,14,219). Sum of RGB (Red+Green+Blue) = 175+14+219=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EDB is #50F124. Grayscale: #545454. Windows color (decimal): -5304613 or 14356143. OLE color: 14356143.
HSL color Cylindrical-coordinate representation of color #AF0EDB: hue angle of 287.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EDB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 14 | 219 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.14 |
| HSL | 287.12º | 0.88% | 0.46% | - |
| HSV(B) | 287.12º | 0.94% | 0.86% | - |
| XYZ | 30.62 | 14.54 | 68.21 | - |
| YUV | 85.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 219 | 0.20 | 0.94 | 0 | 0.14 | 287.12 | 0.88 | 0.46 |
| Hex | AF | E | DB | 14 | 5E | 0 | E | 11F | 58 | 2E |
| Octal | 257 | 16 | 333 | 24 | 136 | 0 | 16 | 437 | 130 | 56 |
| Binary | 10101111 | 1110 | 11011011 | 10100 | 1011110 | 0 | 1110 | 100011111 | 1011000 | 101110 |
Color Harmonies of #AF0EDB
Complementary color
Monochromatic Colors of #AF0EDB
Black with #AF0EDB
Text Example
Text Example
White with #AF0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EDB; }
p { color: rgb(175,14,219); }
H1.HeaderClassName
{
color: #AF0EDB;
}
.AnyTagClassName
{
color: #AF0EDB;
}
</style>
background-color css
<style>
a { background-color: #AF0EDB; }
a { background-color: rgb(175,14,219); }
div.DivClassName
{
background-color: #AF0EDB;
}
.BgClassName
{
background-color: #AF0EDB;
}
</style>
border-color css
<style>
span { border-color: #AF0EDB; }
span { border-color: rgb(175,14,219); }
td.TdClassName
{
border-color: #AF0EDB;
}
.TagClassName
{
border-color: #AF0EDB;
}
</style>