Shades of Dark Violet #AC0ADD
Tints of Dark Violet #AC0ADD
RGB
CMYK
RGB Variations
Color information
#AC0ADD (or 0xAC0ADD) is known color: Dark Violet. HEX triplet: AC, 0A and DD. RGB value is (172,10,221). Sum of RGB (Red+Green+Blue) = 172+10+221=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ADD is #53F522. Grayscale: #515151. Windows color (decimal): -5502243 or 14486188. OLE color: 14486188.
HSL color Cylindrical-coordinate representation of color #AC0ADD: hue angle of 286.07º 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 #AC0ADD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 10 | 221 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 286.07º | 0.91% | 0.45% | - |
| HSV(B) | 286.07º | 0.95% | 0.87% | - |
| XYZ | 30.17 | 14.21 | 69.56 | - |
| YUV | 82.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 221 | 0.22 | 0.95 | 0 | 0.13 | 286.07 | 0.91 | 0.45 |
| Hex | AC | A | DD | 16 | 5F | 0 | D | 11E | 5B | 2D |
| Octal | 254 | 12 | 335 | 26 | 137 | 0 | 15 | 436 | 133 | 55 |
| Binary | 10101100 | 1010 | 11011101 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101101 |
Color Harmonies of #AC0ADD
Complementary color
Monochromatic Colors of #AC0ADD
Black with #AC0ADD
Text Example
Text Example
White with #AC0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ADD; }
p { color: rgb(172,10,221); }
H1.HeaderClassName
{
color: #AC0ADD;
}
.AnyTagClassName
{
color: #AC0ADD;
}
</style>
background-color css
<style>
a { background-color: #AC0ADD; }
a { background-color: rgb(172,10,221); }
div.DivClassName
{
background-color: #AC0ADD;
}
.BgClassName
{
background-color: #AC0ADD;
}
</style>
border-color css
<style>
span { border-color: #AC0ADD; }
span { border-color: rgb(172,10,221); }
td.TdClassName
{
border-color: #AC0ADD;
}
.TagClassName
{
border-color: #AC0ADD;
}
</style>