Shades of Dark Violet #AC12C4
Tints of Dark Violet #AC12C4
RGB
CMYK
RGB Variations
Color information
#AC12C4 (or 0xAC12C4) is known color: Dark Violet. HEX triplet: AC, 12 and C4. RGB value is (172,18,196). Sum of RGB (Red+Green+Blue) = 172+18+196=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC12C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12C4 is #53ED3B. Grayscale: #535353. Windows color (decimal): -5500220 or 12849836. OLE color: 12849836.
HSL color Cylindrical-coordinate representation of color #AC12C4: hue angle of 291.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12C4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 18 | 196 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.23 |
| HSL | 291.91º | 0.83% | 0.42% | - |
| HSV(B) | 291.91º | 0.91% | 0.77% | - |
| XYZ | 27.19 | 13.19 | 53.34 | - |
| YUV | 84.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 196 | 0.12 | 0.91 | 0 | 0.23 | 291.91 | 0.83 | 0.42 |
| Hex | AC | 12 | C4 | C | 5B | 0 | 17 | 124 | 53 | 2A |
| Octal | 254 | 22 | 304 | 14 | 133 | 0 | 27 | 444 | 123 | 52 |
| Binary | 10101100 | 10010 | 11000100 | 1100 | 1011011 | 0 | 10111 | 100100100 | 1010011 | 101010 |
Color Harmonies of #AC12C4
Complementary color
Monochromatic Colors of #AC12C4
Black with #AC12C4
Text Example
Text Example
White with #AC12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12C4; }
p { color: rgb(172,18,196); }
H1.HeaderClassName
{
color: #AC12C4;
}
.AnyTagClassName
{
color: #AC12C4;
}
</style>
background-color css
<style>
a { background-color: #AC12C4; }
a { background-color: rgb(172,18,196); }
div.DivClassName
{
background-color: #AC12C4;
}
.BgClassName
{
background-color: #AC12C4;
}
</style>
border-color css
<style>
span { border-color: #AC12C4; }
span { border-color: rgb(172,18,196); }
td.TdClassName
{
border-color: #AC12C4;
}
.TagClassName
{
border-color: #AC12C4;
}
</style>