Shades of Dark Violet #AC12C1
Tints of Dark Violet #AC12C1
RGB
CMYK
RGB Variations
Color information
#AC12C1 (or 0xAC12C1) is known color: Dark Violet. HEX triplet: AC, 12 and C1. RGB value is (172,18,193). Sum of RGB (Red+Green+Blue) = 172+18+193=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12C1 is #53ED3E. Grayscale: #535353. Windows color (decimal): -5500223 or 12653228. OLE color: 12653228.
HSL color Cylindrical-coordinate representation of color #AC12C1: hue angle of 292.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12C1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 18 | 193 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.24 |
| HSL | 292.8º | 0.83% | 0.41% | - |
| HSV(B) | 292.8º | 0.91% | 0.76% | - |
| XYZ | 26.86 | 13.05 | 51.56 | - |
| YUV | 84 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 193 | 0.11 | 0.91 | 0 | 0.24 | 292.8 | 0.83 | 0.41 |
| Hex | AC | 12 | C1 | B | 5B | 0 | 18 | 125 | 53 | 29 |
| Octal | 254 | 22 | 301 | 13 | 133 | 0 | 30 | 445 | 123 | 51 |
| Binary | 10101100 | 10010 | 11000001 | 1011 | 1011011 | 0 | 11000 | 100100101 | 1010011 | 101001 |
Color Harmonies of #AC12C1
Complementary color
Monochromatic Colors of #AC12C1
Black with #AC12C1
Text Example
Text Example
White with #AC12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12C1; }
p { color: rgb(172,18,193); }
H1.HeaderClassName
{
color: #AC12C1;
}
.AnyTagClassName
{
color: #AC12C1;
}
</style>
background-color css
<style>
a { background-color: #AC12C1; }
a { background-color: rgb(172,18,193); }
div.DivClassName
{
background-color: #AC12C1;
}
.BgClassName
{
background-color: #AC12C1;
}
</style>
border-color css
<style>
span { border-color: #AC12C1; }
span { border-color: rgb(172,18,193); }
td.TdClassName
{
border-color: #AC12C1;
}
.TagClassName
{
border-color: #AC12C1;
}
</style>