Shades of Dark Violet #AC12CF
Tints of Dark Violet #AC12CF
RGB
CMYK
RGB Variations
Color information
#AC12CF (or 0xAC12CF) is known color: Dark Violet. HEX triplet: AC, 12 and CF. RGB value is (172,18,207). Sum of RGB (Red+Green+Blue) = 172+18+207=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CF is #53ED30. Grayscale: #545454. Windows color (decimal): -5500209 or 13570732. OLE color: 13570732.
HSL color Cylindrical-coordinate representation of color #AC12CF: hue angle of 288.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12CF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 18 | 207 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.19 |
| HSL | 288.89º | 0.84% | 0.44% | - |
| HSV(B) | 288.89º | 0.91% | 0.81% | - |
| XYZ | 28.49 | 13.71 | 60.18 | - |
| YUV | 85.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 207 | 0.17 | 0.91 | 0 | 0.19 | 288.89 | 0.84 | 0.44 |
| Hex | AC | 12 | CF | 11 | 5B | 0 | 13 | 121 | 54 | 2C |
| Octal | 254 | 22 | 317 | 21 | 133 | 0 | 23 | 441 | 124 | 54 |
| Binary | 10101100 | 10010 | 11001111 | 10001 | 1011011 | 0 | 10011 | 100100001 | 1010100 | 101100 |
Color Harmonies of #AC12CF
Complementary color
Monochromatic Colors of #AC12CF
Black with #AC12CF
Text Example
Text Example
White with #AC12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12CF; }
p { color: rgb(172,18,207); }
H1.HeaderClassName
{
color: #AC12CF;
}
.AnyTagClassName
{
color: #AC12CF;
}
</style>
background-color css
<style>
a { background-color: #AC12CF; }
a { background-color: rgb(172,18,207); }
div.DivClassName
{
background-color: #AC12CF;
}
.BgClassName
{
background-color: #AC12CF;
}
</style>
border-color css
<style>
span { border-color: #AC12CF; }
span { border-color: rgb(172,18,207); }
td.TdClassName
{
border-color: #AC12CF;
}
.TagClassName
{
border-color: #AC12CF;
}
</style>