Shades of Dark Violet #AC0CDB
Tints of Dark Violet #AC0CDB
RGB
CMYK
RGB Variations
Color information
#AC0CDB (or 0xAC0CDB) is known color: Dark Violet. HEX triplet: AC, 0C and DB. RGB value is (172,12,219). Sum of RGB (Red+Green+Blue) = 172+12+219=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CDB is #53F324. Grayscale: #525252. Windows color (decimal): -5501733 or 14355628. OLE color: 14355628.
HSL color Cylindrical-coordinate representation of color #AC0CDB: hue angle of 286.38º 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 #AC0CDB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 12 | 219 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.14 |
| HSL | 286.38º | 0.9% | 0.45% | - |
| HSV(B) | 286.38º | 0.95% | 0.86% | - |
| XYZ | 29.93 | 14.15 | 68.17 | - |
| YUV | 83.44 | 204.51 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 219 | 0.21 | 0.95 | 0 | 0.14 | 286.38 | 0.9 | 0.45 |
| Hex | AC | C | DB | 15 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 254 | 14 | 333 | 25 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101100 | 1100 | 11011011 | 10101 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AC0CDB
Complementary color
Monochromatic Colors of #AC0CDB
Black with #AC0CDB
Text Example
Text Example
White with #AC0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CDB; }
p { color: rgb(172,12,219); }
H1.HeaderClassName
{
color: #AC0CDB;
}
.AnyTagClassName
{
color: #AC0CDB;
}
</style>
background-color css
<style>
a { background-color: #AC0CDB; }
a { background-color: rgb(172,12,219); }
div.DivClassName
{
background-color: #AC0CDB;
}
.BgClassName
{
background-color: #AC0CDB;
}
</style>
border-color css
<style>
span { border-color: #AC0CDB; }
span { border-color: rgb(172,12,219); }
td.TdClassName
{
border-color: #AC0CDB;
}
.TagClassName
{
border-color: #AC0CDB;
}
</style>