Shades of Dark Violet #AB12BA
Tints of Dark Violet #AB12BA
RGB
CMYK
RGB Variations
Color information
#AB12BA (or 0xAB12BA) is known color: Dark Violet. HEX triplet: AB, 12 and BA. RGB value is (171,18,186). Sum of RGB (Red+Green+Blue) = 171+18+186=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BA is #54ED45. Grayscale: #525252. Windows color (decimal): -5565766 or 12194475. OLE color: 12194475.
HSL color Cylindrical-coordinate representation of color #AB12BA: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB12BA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 18 | 186 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.27 |
| HSL | 294.64º | 0.82% | 0.4% | - |
| HSV(B) | 294.64º | 0.9% | 0.73% | - |
| XYZ | 25.87 | 12.64 | 47.53 | - |
| YUV | 82.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 186 | 0.08 | 0.90 | 0 | 0.27 | 294.64 | 0.82 | 0.4 |
| Hex | AB | 12 | BA | 8 | 5A | 0 | 1B | 127 | 52 | 28 |
| Octal | 253 | 22 | 272 | 10 | 132 | 0 | 33 | 447 | 122 | 50 |
| Binary | 10101011 | 10010 | 10111010 | 1000 | 1011010 | 0 | 11011 | 100100111 | 1010010 | 101000 |
Color Harmonies of #AB12BA
Complementary color
Monochromatic Colors of #AB12BA
Black with #AB12BA
Text Example
Text Example
White with #AB12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12BA; }
p { color: rgb(171,18,186); }
H1.HeaderClassName
{
color: #AB12BA;
}
.AnyTagClassName
{
color: #AB12BA;
}
</style>
background-color css
<style>
a { background-color: #AB12BA; }
a { background-color: rgb(171,18,186); }
div.DivClassName
{
background-color: #AB12BA;
}
.BgClassName
{
background-color: #AB12BA;
}
</style>
border-color css
<style>
span { border-color: #AB12BA; }
span { border-color: rgb(171,18,186); }
td.TdClassName
{
border-color: #AB12BA;
}
.TagClassName
{
border-color: #AB12BA;
}
</style>