Shades of Dark Violet #AC10D8
Tints of Dark Violet #AC10D8
RGB
CMYK
RGB Variations
Color information
#AC10D8 (or 0xAC10D8) is known color: Dark Violet. HEX triplet: AC, 10 and D8. RGB value is (172,16,216). Sum of RGB (Red+Green+Blue) = 172+16+216=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC10D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10D8 is #53EF27. Grayscale: #545454. Windows color (decimal): -5500712 or 14160044. OLE color: 14160044.
HSL color Cylindrical-coordinate representation of color #AC10D8: hue angle of 286.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10D8 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 16 | 216 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.15 |
| HSL | 286.8º | 0.86% | 0.45% | - |
| HSV(B) | 286.8º | 0.93% | 0.85% | - |
| XYZ | 29.59 | 14.1 | 66.13 | - |
| YUV | 85.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 216 | 0.20 | 0.93 | 0 | 0.15 | 286.8 | 0.86 | 0.45 |
| Hex | AC | 10 | D8 | 14 | 5D | 0 | F | 11F | 56 | 2D |
| Octal | 254 | 20 | 330 | 24 | 135 | 0 | 17 | 437 | 126 | 55 |
| Binary | 10101100 | 10000 | 11011000 | 10100 | 1011101 | 0 | 1111 | 100011111 | 1010110 | 101101 |
Color Harmonies of #AC10D8
Complementary color
Monochromatic Colors of #AC10D8
Black with #AC10D8
Text Example
Text Example
White with #AC10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10D8; }
p { color: rgb(172,16,216); }
H1.HeaderClassName
{
color: #AC10D8;
}
.AnyTagClassName
{
color: #AC10D8;
}
</style>
background-color css
<style>
a { background-color: #AC10D8; }
a { background-color: rgb(172,16,216); }
div.DivClassName
{
background-color: #AC10D8;
}
.BgClassName
{
background-color: #AC10D8;
}
</style>
border-color css
<style>
span { border-color: #AC10D8; }
span { border-color: rgb(172,16,216); }
td.TdClassName
{
border-color: #AC10D8;
}
.TagClassName
{
border-color: #AC10D8;
}
</style>