Shades of Dark Violet #AC0BDA
Tints of Dark Violet #AC0BDA
RGB
CMYK
RGB Variations
Color information
#AC0BDA (or 0xAC0BDA) is known color: Dark Violet. HEX triplet: AC, 0B and DA. RGB value is (172,11,218). Sum of RGB (Red+Green+Blue) = 172+11+218=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BDA is #53F425. Grayscale: #525252. Windows color (decimal): -5501990 or 14289836. OLE color: 14289836.
HSL color Cylindrical-coordinate representation of color #AC0BDA: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BDA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 11 | 218 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.15 |
| HSL | 286.67º | 0.9% | 0.45% | - |
| HSV(B) | 286.67º | 0.95% | 0.85% | - |
| XYZ | 29.79 | 14.07 | 67.48 | - |
| YUV | 82.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 218 | 0.21 | 0.95 | 0 | 0.15 | 286.67 | 0.9 | 0.45 |
| Hex | AC | B | DA | 15 | 5F | 0 | F | 11F | 5A | 2D |
| Octal | 254 | 13 | 332 | 25 | 137 | 0 | 17 | 437 | 132 | 55 |
| Binary | 10101100 | 1011 | 11011010 | 10101 | 1011111 | 0 | 1111 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AC0BDA
Complementary color
Monochromatic Colors of #AC0BDA
Black with #AC0BDA
Text Example
Text Example
White with #AC0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BDA; }
p { color: rgb(172,11,218); }
H1.HeaderClassName
{
color: #AC0BDA;
}
.AnyTagClassName
{
color: #AC0BDA;
}
</style>
background-color css
<style>
a { background-color: #AC0BDA; }
a { background-color: rgb(172,11,218); }
div.DivClassName
{
background-color: #AC0BDA;
}
.BgClassName
{
background-color: #AC0BDA;
}
</style>
border-color css
<style>
span { border-color: #AC0BDA; }
span { border-color: rgb(172,11,218); }
td.TdClassName
{
border-color: #AC0BDA;
}
.TagClassName
{
border-color: #AC0BDA;
}
</style>