Shades of Dark Violet #AC12D4
Tints of Dark Violet #AC12D4
RGB
CMYK
RGB Variations
Color information
#AC12D4 (or 0xAC12D4) is known color: Dark Violet. HEX triplet: AC, 12 and D4. RGB value is (172,18,212). Sum of RGB (Red+Green+Blue) = 172+18+212=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC12D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12D4 is #53ED2B. Grayscale: #555555. Windows color (decimal): -5500204 or 13898412. OLE color: 13898412.
HSL color Cylindrical-coordinate representation of color #AC12D4: hue angle of 287.63º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC12D4 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 18 | 212 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.17 |
| HSL | 287.63º | 0.84% | 0.45% | - |
| HSV(B) | 287.63º | 0.92% | 0.83% | - |
| XYZ | 29.11 | 13.96 | 63.45 | - |
| YUV | 86.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 212 | 0.19 | 0.92 | 0 | 0.17 | 287.63 | 0.84 | 0.45 |
| Hex | AC | 12 | D4 | 13 | 5C | 0 | 11 | 120 | 54 | 2D |
| Octal | 254 | 22 | 324 | 23 | 134 | 0 | 21 | 440 | 124 | 55 |
| Binary | 10101100 | 10010 | 11010100 | 10011 | 1011100 | 0 | 10001 | 100100000 | 1010100 | 101101 |
Color Harmonies of #AC12D4
Complementary color
Monochromatic Colors of #AC12D4
Black with #AC12D4
Text Example
Text Example
White with #AC12D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12D4; }
p { color: rgb(172,18,212); }
H1.HeaderClassName
{
color: #AC12D4;
}
.AnyTagClassName
{
color: #AC12D4;
}
</style>
background-color css
<style>
a { background-color: #AC12D4; }
a { background-color: rgb(172,18,212); }
div.DivClassName
{
background-color: #AC12D4;
}
.BgClassName
{
background-color: #AC12D4;
}
</style>
border-color css
<style>
span { border-color: #AC12D4; }
span { border-color: rgb(172,18,212); }
td.TdClassName
{
border-color: #AC12D4;
}
.TagClassName
{
border-color: #AC12D4;
}
</style>