Shades of Dark Violet #AC10CE
Tints of Dark Violet #AC10CE
RGB
CMYK
RGB Variations
Color information
#AC10CE (or 0xAC10CE) is known color: Dark Violet. HEX triplet: AC, 10 and CE. RGB value is (172,16,206). Sum of RGB (Red+Green+Blue) = 172+16+206=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10CE is #53EF31. Grayscale: #535353. Windows color (decimal): -5500722 or 13504684. OLE color: 13504684.
HSL color Cylindrical-coordinate representation of color #AC10CE: hue angle of 289.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10CE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 16 | 206 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.19 |
| HSL | 289.26º | 0.86% | 0.44% | - |
| HSV(B) | 289.26º | 0.92% | 0.81% | - |
| XYZ | 28.34 | 13.6 | 59.52 | - |
| YUV | 84.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 206 | 0.17 | 0.92 | 0 | 0.19 | 289.26 | 0.86 | 0.44 |
| Hex | AC | 10 | CE | 11 | 5C | 0 | 13 | 121 | 56 | 2C |
| Octal | 254 | 20 | 316 | 21 | 134 | 0 | 23 | 441 | 126 | 54 |
| Binary | 10101100 | 10000 | 11001110 | 10001 | 1011100 | 0 | 10011 | 100100001 | 1010110 | 101100 |
Color Harmonies of #AC10CE
Complementary color
Monochromatic Colors of #AC10CE
Black with #AC10CE
Text Example
Text Example
White with #AC10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10CE; }
p { color: rgb(172,16,206); }
H1.HeaderClassName
{
color: #AC10CE;
}
.AnyTagClassName
{
color: #AC10CE;
}
</style>
background-color css
<style>
a { background-color: #AC10CE; }
a { background-color: rgb(172,16,206); }
div.DivClassName
{
background-color: #AC10CE;
}
.BgClassName
{
background-color: #AC10CE;
}
</style>
border-color css
<style>
span { border-color: #AC10CE; }
span { border-color: rgb(172,16,206); }
td.TdClassName
{
border-color: #AC10CE;
}
.TagClassName
{
border-color: #AC10CE;
}
</style>