Shades of Dark Violet #AB0BBE
Tints of Dark Violet #AB0BBE
RGB
CMYK
RGB Variations
Color information
#AB0BBE (or 0xAB0BBE) is known color: Dark Violet. HEX triplet: AB, 0B and BE. RGB value is (171,11,190). Sum of RGB (Red+Green+Blue) = 171+11+190=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BBE is #54F441. Grayscale: #4E4E4E. Windows color (decimal): -5567554 or 12454827. OLE color: 12454827.
HSL color Cylindrical-coordinate representation of color #AB0BBE: hue angle of 293.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BBE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 11 | 190 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.25 |
| HSL | 293.63º | 0.89% | 0.39% | - |
| HSV(B) | 293.63º | 0.94% | 0.75% | - |
| XYZ | 26.21 | 12.61 | 49.77 | - |
| YUV | 79.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 190 | 0.10 | 0.94 | 0 | 0.25 | 293.63 | 0.89 | 0.39 |
| Hex | AB | B | BE | A | 5E | 0 | 19 | 126 | 59 | 27 |
| Octal | 253 | 13 | 276 | 12 | 136 | 0 | 31 | 446 | 131 | 47 |
| Binary | 10101011 | 1011 | 10111110 | 1010 | 1011110 | 0 | 11001 | 100100110 | 1011001 | 100111 |
Color Harmonies of #AB0BBE
Complementary color
Monochromatic Colors of #AB0BBE
Black with #AB0BBE
Text Example
Text Example
White with #AB0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BBE; }
p { color: rgb(171,11,190); }
H1.HeaderClassName
{
color: #AB0BBE;
}
.AnyTagClassName
{
color: #AB0BBE;
}
</style>
background-color css
<style>
a { background-color: #AB0BBE; }
a { background-color: rgb(171,11,190); }
div.DivClassName
{
background-color: #AB0BBE;
}
.BgClassName
{
background-color: #AB0BBE;
}
</style>
border-color css
<style>
span { border-color: #AB0BBE; }
span { border-color: rgb(171,11,190); }
td.TdClassName
{
border-color: #AB0BBE;
}
.TagClassName
{
border-color: #AB0BBE;
}
</style>