Shades of Dark Violet #AC10DC
Tints of Dark Violet #AC10DC
RGB
CMYK
RGB Variations
Color information
#AC10DC (or 0xAC10DC) is known color: Dark Violet. HEX triplet: AC, 10 and DC. RGB value is (172,16,220). Sum of RGB (Red+Green+Blue) = 172+16+220=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC10DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10DC is #53EF23. Grayscale: #555555. Windows color (decimal): -5500708 or 14422188. OLE color: 14422188.
HSL color Cylindrical-coordinate representation of color #AC10DC: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10DC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 16 | 220 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.14 |
| HSL | 285.88º | 0.86% | 0.46% | - |
| HSV(B) | 285.88º | 0.93% | 0.86% | - |
| XYZ | 30.12 | 14.31 | 68.88 | - |
| YUV | 85.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 220 | 0.22 | 0.93 | 0 | 0.14 | 285.88 | 0.86 | 0.46 |
| Hex | AC | 10 | DC | 16 | 5D | 0 | E | 11E | 56 | 2E |
| Octal | 254 | 20 | 334 | 26 | 135 | 0 | 16 | 436 | 126 | 56 |
| Binary | 10101100 | 10000 | 11011100 | 10110 | 1011101 | 0 | 1110 | 100011110 | 1010110 | 101110 |
Color Harmonies of #AC10DC
Complementary color
Monochromatic Colors of #AC10DC
Black with #AC10DC
Text Example
Text Example
White with #AC10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10DC; }
p { color: rgb(172,16,220); }
H1.HeaderClassName
{
color: #AC10DC;
}
.AnyTagClassName
{
color: #AC10DC;
}
</style>
background-color css
<style>
a { background-color: #AC10DC; }
a { background-color: rgb(172,16,220); }
div.DivClassName
{
background-color: #AC10DC;
}
.BgClassName
{
background-color: #AC10DC;
}
</style>
border-color css
<style>
span { border-color: #AC10DC; }
span { border-color: rgb(172,16,220); }
td.TdClassName
{
border-color: #AC10DC;
}
.TagClassName
{
border-color: #AC10DC;
}
</style>