Shades of Dark Violet #AF0ADB
Tints of Dark Violet #AF0ADB
RGB
CMYK
RGB Variations
Color information
#AF0ADB (or 0xAF0ADB) is known color: Dark Violet. HEX triplet: AF, 0A and DB. RGB value is (175,10,219). Sum of RGB (Red+Green+Blue) = 175+10+219=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADB is #50F524. Grayscale: #525252. Windows color (decimal): -5305637 or 14355119. OLE color: 14355119.
HSL color Cylindrical-coordinate representation of color #AF0ADB: hue angle of 287.37º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ADB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 10 | 219 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.14 |
| HSL | 287.37º | 0.91% | 0.45% | - |
| HSV(B) | 287.37º | 0.95% | 0.86% | - |
| XYZ | 30.57 | 14.45 | 68.19 | - |
| YUV | 83.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 219 | 0.20 | 0.95 | 0 | 0.14 | 287.37 | 0.91 | 0.45 |
| Hex | AF | A | DB | 14 | 5F | 0 | E | 11F | 5B | 2D |
| Octal | 257 | 12 | 333 | 24 | 137 | 0 | 16 | 437 | 133 | 55 |
| Binary | 10101111 | 1010 | 11011011 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AF0ADB
Complementary color
Monochromatic Colors of #AF0ADB
Black with #AF0ADB
Text Example
Text Example
White with #AF0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ADB; }
p { color: rgb(175,10,219); }
H1.HeaderClassName
{
color: #AF0ADB;
}
.AnyTagClassName
{
color: #AF0ADB;
}
</style>
background-color css
<style>
a { background-color: #AF0ADB; }
a { background-color: rgb(175,10,219); }
div.DivClassName
{
background-color: #AF0ADB;
}
.BgClassName
{
background-color: #AF0ADB;
}
</style>
border-color css
<style>
span { border-color: #AF0ADB; }
span { border-color: rgb(175,10,219); }
td.TdClassName
{
border-color: #AF0ADB;
}
.TagClassName
{
border-color: #AF0ADB;
}
</style>