Shades of Dark Violet #AB0BBD
Tints of Dark Violet #AB0BBD
RGB
CMYK
RGB Variations
Color information
#AB0BBD (or 0xAB0BBD) is known color: Dark Violet. HEX triplet: AB, 0B and BD. RGB value is (171,11,189). Sum of RGB (Red+Green+Blue) = 171+11+189=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB0BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BBD is #54F442. Grayscale: #4E4E4E. Windows color (decimal): -5567555 or 12389291. OLE color: 12389291.
HSL color Cylindrical-coordinate representation of color #AB0BBD: hue angle of 293.93º degrees, saturation: 0.89, 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 #AB0BBD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 11 | 189 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.26 |
| HSL | 293.93º | 0.89% | 0.39% | - |
| HSV(B) | 293.93º | 0.94% | 0.74% | - |
| XYZ | 26.1 | 12.57 | 49.2 | - |
| YUV | 79.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 189 | 0.10 | 0.94 | 0 | 0.26 | 293.93 | 0.89 | 0.39 |
| Hex | AB | B | BD | A | 5E | 0 | 1A | 126 | 59 | 27 |
| Octal | 253 | 13 | 275 | 12 | 136 | 0 | 32 | 446 | 131 | 47 |
| Binary | 10101011 | 1011 | 10111101 | 1010 | 1011110 | 0 | 11010 | 100100110 | 1011001 | 100111 |
Color Harmonies of #AB0BBD
Complementary color
Monochromatic Colors of #AB0BBD
Black with #AB0BBD
Text Example
Text Example
White with #AB0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BBD; }
p { color: rgb(171,11,189); }
H1.HeaderClassName
{
color: #AB0BBD;
}
.AnyTagClassName
{
color: #AB0BBD;
}
</style>
background-color css
<style>
a { background-color: #AB0BBD; }
a { background-color: rgb(171,11,189); }
div.DivClassName
{
background-color: #AB0BBD;
}
.BgClassName
{
background-color: #AB0BBD;
}
</style>
border-color css
<style>
span { border-color: #AB0BBD; }
span { border-color: rgb(171,11,189); }
td.TdClassName
{
border-color: #AB0BBD;
}
.TagClassName
{
border-color: #AB0BBD;
}
</style>