Shades of Dark Violet #AB12C2
Tints of Dark Violet #AB12C2
RGB
CMYK
RGB Variations
Color information
#AB12C2 (or 0xAB12C2) is known color: Dark Violet. HEX triplet: AB, 12 and C2. RGB value is (171,18,194). Sum of RGB (Red+Green+Blue) = 171+18+194=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB12C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12C2 is #54ED3D. Grayscale: #535353. Windows color (decimal): -5565758 or 12718763. OLE color: 12718763.
HSL color Cylindrical-coordinate representation of color #AB12C2: hue angle of 292.16º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12C2 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 18 | 194 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.24 |
| HSL | 292.16º | 0.83% | 0.42% | - |
| HSV(B) | 292.16º | 0.91% | 0.76% | - |
| XYZ | 26.75 | 12.99 | 52.14 | - |
| YUV | 83.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 194 | 0.12 | 0.91 | 0 | 0.24 | 292.16 | 0.83 | 0.42 |
| Hex | AB | 12 | C2 | C | 5B | 0 | 18 | 124 | 53 | 2A |
| Octal | 253 | 22 | 302 | 14 | 133 | 0 | 30 | 444 | 123 | 52 |
| Binary | 10101011 | 10010 | 11000010 | 1100 | 1011011 | 0 | 11000 | 100100100 | 1010011 | 101010 |
Color Harmonies of #AB12C2
Complementary color
Monochromatic Colors of #AB12C2
Black with #AB12C2
Text Example
Text Example
White with #AB12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12C2; }
p { color: rgb(171,18,194); }
H1.HeaderClassName
{
color: #AB12C2;
}
.AnyTagClassName
{
color: #AB12C2;
}
</style>
background-color css
<style>
a { background-color: #AB12C2; }
a { background-color: rgb(171,18,194); }
div.DivClassName
{
background-color: #AB12C2;
}
.BgClassName
{
background-color: #AB12C2;
}
</style>
border-color css
<style>
span { border-color: #AB12C2; }
span { border-color: rgb(171,18,194); }
td.TdClassName
{
border-color: #AB12C2;
}
.TagClassName
{
border-color: #AB12C2;
}
</style>