Shades of Dark Violet #AF0CDB
Tints of Dark Violet #AF0CDB
RGB
CMYK
RGB Variations
Color information
#AF0CDB (or 0xAF0CDB) is known color: Dark Violet. HEX triplet: AF, 0C and DB. RGB value is (175,12,219). Sum of RGB (Red+Green+Blue) = 175+12+219=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CDB is #50F324. Grayscale: #535353. Windows color (decimal): -5305125 or 14355631. OLE color: 14355631.
HSL color Cylindrical-coordinate representation of color #AF0CDB: hue angle of 287.25º degrees, saturation: 0.9, 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 #AF0CDB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 12 | 219 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.14 |
| HSL | 287.25º | 0.9% | 0.45% | - |
| HSV(B) | 287.25º | 0.95% | 0.86% | - |
| XYZ | 30.6 | 14.49 | 68.2 | - |
| YUV | 84.34 | 204 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 219 | 0.20 | 0.95 | 0 | 0.14 | 287.25 | 0.9 | 0.45 |
| Hex | AF | C | DB | 14 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 257 | 14 | 333 | 24 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10101111 | 1100 | 11011011 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AF0CDB
Complementary color
Monochromatic Colors of #AF0CDB
Black with #AF0CDB
Text Example
Text Example
White with #AF0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CDB; }
p { color: rgb(175,12,219); }
H1.HeaderClassName
{
color: #AF0CDB;
}
.AnyTagClassName
{
color: #AF0CDB;
}
</style>
background-color css
<style>
a { background-color: #AF0CDB; }
a { background-color: rgb(175,12,219); }
div.DivClassName
{
background-color: #AF0CDB;
}
.BgClassName
{
background-color: #AF0CDB;
}
</style>
border-color css
<style>
span { border-color: #AF0CDB; }
span { border-color: rgb(175,12,219); }
td.TdClassName
{
border-color: #AF0CDB;
}
.TagClassName
{
border-color: #AF0CDB;
}
</style>