Shades of Dark Violet #AB0CBD
Tints of Dark Violet #AB0CBD
RGB
CMYK
RGB Variations
Color information
#AB0CBD (or 0xAB0CBD) is known color: Dark Violet. HEX triplet: AB, 0C and BD. RGB value is (171,12,189). Sum of RGB (Red+Green+Blue) = 171+12+189=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CBD is #54F342. Grayscale: #4F4F4F. Windows color (decimal): -5567299 or 12389547. OLE color: 12389547.
HSL color Cylindrical-coordinate representation of color #AB0CBD: hue angle of 293.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CBD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 12 | 189 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.26 |
| HSL | 293.9º | 0.88% | 0.39% | - |
| HSV(B) | 293.9º | 0.94% | 0.74% | - |
| XYZ | 26.11 | 12.59 | 49.2 | - |
| YUV | 79.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 189 | 0.10 | 0.94 | 0 | 0.26 | 293.9 | 0.88 | 0.39 |
| Hex | AB | C | BD | A | 5E | 0 | 1A | 126 | 58 | 27 |
| Octal | 253 | 14 | 275 | 12 | 136 | 0 | 32 | 446 | 130 | 47 |
| Binary | 10101011 | 1100 | 10111101 | 1010 | 1011110 | 0 | 11010 | 100100110 | 1011000 | 100111 |
Color Harmonies of #AB0CBD
Complementary color
Monochromatic Colors of #AB0CBD
Black with #AB0CBD
Text Example
Text Example
White with #AB0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CBD; }
p { color: rgb(171,12,189); }
H1.HeaderClassName
{
color: #AB0CBD;
}
.AnyTagClassName
{
color: #AB0CBD;
}
</style>
background-color css
<style>
a { background-color: #AB0CBD; }
a { background-color: rgb(171,12,189); }
div.DivClassName
{
background-color: #AB0CBD;
}
.BgClassName
{
background-color: #AB0CBD;
}
</style>
border-color css
<style>
span { border-color: #AB0CBD; }
span { border-color: rgb(171,12,189); }
td.TdClassName
{
border-color: #AB0CBD;
}
.TagClassName
{
border-color: #AB0CBD;
}
</style>