Shades of Dark Violet #AC12CB
Tints of Dark Violet #AC12CB
RGB
CMYK
RGB Variations
Color information
#AC12CB (or 0xAC12CB) is known color: Dark Violet. HEX triplet: AC, 12 and CB. RGB value is (172,18,203). Sum of RGB (Red+Green+Blue) = 172+18+203=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CB is #53ED34. Grayscale: #545454. Windows color (decimal): -5500213 or 13308588. OLE color: 13308588.
HSL color Cylindrical-coordinate representation of color #AC12CB: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12CB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 18 | 203 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.20 |
| HSL | 289.95º | 0.84% | 0.43% | - |
| HSV(B) | 289.95º | 0.91% | 0.8% | - |
| XYZ | 28.01 | 13.52 | 57.63 | - |
| YUV | 85.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 203 | 0.15 | 0.91 | 0 | 0.20 | 289.95 | 0.84 | 0.43 |
| Hex | AC | 12 | CB | F | 5B | 0 | 14 | 122 | 54 | 2B |
| Octal | 254 | 22 | 313 | 17 | 133 | 0 | 24 | 442 | 124 | 53 |
| Binary | 10101100 | 10010 | 11001011 | 1111 | 1011011 | 0 | 10100 | 100100010 | 1010100 | 101011 |
Color Harmonies of #AC12CB
Complementary color
Monochromatic Colors of #AC12CB
Black with #AC12CB
Text Example
Text Example
White with #AC12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12CB; }
p { color: rgb(172,18,203); }
H1.HeaderClassName
{
color: #AC12CB;
}
.AnyTagClassName
{
color: #AC12CB;
}
</style>
background-color css
<style>
a { background-color: #AC12CB; }
a { background-color: rgb(172,18,203); }
div.DivClassName
{
background-color: #AC12CB;
}
.BgClassName
{
background-color: #AC12CB;
}
</style>
border-color css
<style>
span { border-color: #AC12CB; }
span { border-color: rgb(172,18,203); }
td.TdClassName
{
border-color: #AC12CB;
}
.TagClassName
{
border-color: #AC12CB;
}
</style>