Shades of Dark Violet #AC10D1
Tints of Dark Violet #AC10D1
RGB
CMYK
RGB Variations
Color information
#AC10D1 (or 0xAC10D1) is known color: Dark Violet. HEX triplet: AC, 10 and D1. RGB value is (172,16,209). Sum of RGB (Red+Green+Blue) = 172+16+209=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC10D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10D1 is #53EF2E. Grayscale: #545454. Windows color (decimal): -5500719 or 13701292. OLE color: 13701292.
HSL color Cylindrical-coordinate representation of color #AC10D1: hue angle of 288.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10D1 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 16 | 209 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.18 |
| HSL | 288.5º | 0.86% | 0.44% | - |
| HSV(B) | 288.5º | 0.92% | 0.82% | - |
| XYZ | 28.71 | 13.74 | 61.46 | - |
| YUV | 84.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 209 | 0.18 | 0.92 | 0 | 0.18 | 288.5 | 0.86 | 0.44 |
| Hex | AC | 10 | D1 | 12 | 5C | 0 | 12 | 120 | 56 | 2C |
| Octal | 254 | 20 | 321 | 22 | 134 | 0 | 22 | 440 | 126 | 54 |
| Binary | 10101100 | 10000 | 11010001 | 10010 | 1011100 | 0 | 10010 | 100100000 | 1010110 | 101100 |
Color Harmonies of #AC10D1
Complementary color
Monochromatic Colors of #AC10D1
Black with #AC10D1
Text Example
Text Example
White with #AC10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10D1; }
p { color: rgb(172,16,209); }
H1.HeaderClassName
{
color: #AC10D1;
}
.AnyTagClassName
{
color: #AC10D1;
}
</style>
background-color css
<style>
a { background-color: #AC10D1; }
a { background-color: rgb(172,16,209); }
div.DivClassName
{
background-color: #AC10D1;
}
.BgClassName
{
background-color: #AC10D1;
}
</style>
border-color css
<style>
span { border-color: #AC10D1; }
span { border-color: rgb(172,16,209); }
td.TdClassName
{
border-color: #AC10D1;
}
.TagClassName
{
border-color: #AC10D1;
}
</style>