Shades of Dark Violet #AB12BD
Tints of Dark Violet #AB12BD
RGB
CMYK
RGB Variations
Color information
#AB12BD (or 0xAB12BD) is known color: Dark Violet. HEX triplet: AB, 12 and BD. RGB value is (171,18,189). Sum of RGB (Red+Green+Blue) = 171+18+189=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BD is #54ED42. Grayscale: #525252. Windows color (decimal): -5565763 or 12391083. OLE color: 12391083.
HSL color Cylindrical-coordinate representation of color #AB12BD: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB12BD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 18 | 189 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.26 |
| HSL | 293.68º | 0.83% | 0.41% | - |
| HSV(B) | 293.68º | 0.9% | 0.74% | - |
| XYZ | 26.2 | 12.76 | 49.23 | - |
| YUV | 83.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 189 | 0.10 | 0.90 | 0 | 0.26 | 293.68 | 0.83 | 0.41 |
| Hex | AB | 12 | BD | A | 5A | 0 | 1A | 126 | 53 | 29 |
| Octal | 253 | 22 | 275 | 12 | 132 | 0 | 32 | 446 | 123 | 51 |
| Binary | 10101011 | 10010 | 10111101 | 1010 | 1011010 | 0 | 11010 | 100100110 | 1010011 | 101001 |
Color Harmonies of #AB12BD
Complementary color
Monochromatic Colors of #AB12BD
Black with #AB12BD
Text Example
Text Example
White with #AB12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12BD; }
p { color: rgb(171,18,189); }
H1.HeaderClassName
{
color: #AB12BD;
}
.AnyTagClassName
{
color: #AB12BD;
}
</style>
background-color css
<style>
a { background-color: #AB12BD; }
a { background-color: rgb(171,18,189); }
div.DivClassName
{
background-color: #AB12BD;
}
.BgClassName
{
background-color: #AB12BD;
}
</style>
border-color css
<style>
span { border-color: #AB12BD; }
span { border-color: rgb(171,18,189); }
td.TdClassName
{
border-color: #AB12BD;
}
.TagClassName
{
border-color: #AB12BD;
}
</style>