Shades of Dark Violet #AC0ADE
Tints of Dark Violet #AC0ADE
RGB
CMYK
RGB Variations
Color information
#AC0ADE (or 0xAC0ADE) is known color: Dark Violet. HEX triplet: AC, 0A and DE. RGB value is (172,10,222). Sum of RGB (Red+Green+Blue) = 172+10+222=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ADE is #53F521. Grayscale: #515151. Windows color (decimal): -5502242 or 14551724. OLE color: 14551724.
HSL color Cylindrical-coordinate representation of color #AC0ADE: hue angle of 285.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ADE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 10 | 222 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.85º | 0.91% | 0.45% | - |
| HSV(B) | 285.85º | 0.95% | 0.87% | - |
| XYZ | 30.31 | 14.26 | 70.26 | - |
| YUV | 82.61 | 206.67 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 222 | 0.23 | 0.95 | 0 | 0.13 | 285.85 | 0.91 | 0.45 |
| Hex | AC | A | DE | 17 | 5F | 0 | D | 11E | 5B | 2D |
| Octal | 254 | 12 | 336 | 27 | 137 | 0 | 15 | 436 | 133 | 55 |
| Binary | 10101100 | 1010 | 11011110 | 10111 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101101 |
Color Harmonies of #AC0ADE
Complementary color
Monochromatic Colors of #AC0ADE
Black with #AC0ADE
Text Example
Text Example
White with #AC0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ADE; }
p { color: rgb(172,10,222); }
H1.HeaderClassName
{
color: #AC0ADE;
}
.AnyTagClassName
{
color: #AC0ADE;
}
</style>
background-color css
<style>
a { background-color: #AC0ADE; }
a { background-color: rgb(172,10,222); }
div.DivClassName
{
background-color: #AC0ADE;
}
.BgClassName
{
background-color: #AC0ADE;
}
</style>
border-color css
<style>
span { border-color: #AC0ADE; }
span { border-color: rgb(172,10,222); }
td.TdClassName
{
border-color: #AC0ADE;
}
.TagClassName
{
border-color: #AC0ADE;
}
</style>