Shades of Dark Violet #AF0DDB
Tints of Dark Violet #AF0DDB
RGB
CMYK
RGB Variations
Color information
#AF0DDB (or 0xAF0DDB) is known color: Dark Violet. HEX triplet: AF, 0D and DB. RGB value is (175,13,219). Sum of RGB (Red+Green+Blue) = 175+13+219=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDB is #50F224. Grayscale: #545454. Windows color (decimal): -5304869 or 14355887. OLE color: 14355887.
HSL color Cylindrical-coordinate representation of color #AF0DDB: hue angle of 287.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DDB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 13 | 219 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.14 |
| HSL | 287.18º | 0.89% | 0.45% | - |
| HSV(B) | 287.18º | 0.94% | 0.86% | - |
| XYZ | 30.61 | 14.52 | 68.21 | - |
| YUV | 84.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 219 | 0.20 | 0.94 | 0 | 0.14 | 287.18 | 0.89 | 0.45 |
| Hex | AF | D | DB | 14 | 5E | 0 | E | 11F | 59 | 2D |
| Octal | 257 | 15 | 333 | 24 | 136 | 0 | 16 | 437 | 131 | 55 |
| Binary | 10101111 | 1101 | 11011011 | 10100 | 1011110 | 0 | 1110 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AF0DDB
Complementary color
Monochromatic Colors of #AF0DDB
Black with #AF0DDB
Text Example
Text Example
White with #AF0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DDB; }
p { color: rgb(175,13,219); }
H1.HeaderClassName
{
color: #AF0DDB;
}
.AnyTagClassName
{
color: #AF0DDB;
}
</style>
background-color css
<style>
a { background-color: #AF0DDB; }
a { background-color: rgb(175,13,219); }
div.DivClassName
{
background-color: #AF0DDB;
}
.BgClassName
{
background-color: #AF0DDB;
}
</style>
border-color css
<style>
span { border-color: #AF0DDB; }
span { border-color: rgb(175,13,219); }
td.TdClassName
{
border-color: #AF0DDB;
}
.TagClassName
{
border-color: #AF0DDB;
}
</style>