Shades of Dark Violet #AB0DBB
Tints of Dark Violet #AB0DBB
RGB
CMYK
RGB Variations
Color information
#AB0DBB (or 0xAB0DBB) is known color: Dark Violet. HEX triplet: AB, 0D and BB. RGB value is (171,13,187). Sum of RGB (Red+Green+Blue) = 171+13+187=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DBB is #54F244. Grayscale: #4F4F4F. Windows color (decimal): -5567045 or 12258731. OLE color: 12258731.
HSL color Cylindrical-coordinate representation of color #AB0DBB: hue angle of 294.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DBB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 13 | 187 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.27 |
| HSL | 294.48º | 0.87% | 0.39% | - |
| HSV(B) | 294.48º | 0.93% | 0.73% | - |
| XYZ | 25.91 | 12.53 | 48.07 | - |
| YUV | 80.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 187 | 0.09 | 0.93 | 0 | 0.27 | 294.48 | 0.87 | 0.39 |
| Hex | AB | D | BB | 9 | 5D | 0 | 1B | 126 | 57 | 27 |
| Octal | 253 | 15 | 273 | 11 | 135 | 0 | 33 | 446 | 127 | 47 |
| Binary | 10101011 | 1101 | 10111011 | 1001 | 1011101 | 0 | 11011 | 100100110 | 1010111 | 100111 |
Color Harmonies of #AB0DBB
Complementary color
Monochromatic Colors of #AB0DBB
Black with #AB0DBB
Text Example
Text Example
White with #AB0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DBB; }
p { color: rgb(171,13,187); }
H1.HeaderClassName
{
color: #AB0DBB;
}
.AnyTagClassName
{
color: #AB0DBB;
}
</style>
background-color css
<style>
a { background-color: #AB0DBB; }
a { background-color: rgb(171,13,187); }
div.DivClassName
{
background-color: #AB0DBB;
}
.BgClassName
{
background-color: #AB0DBB;
}
</style>
border-color css
<style>
span { border-color: #AB0DBB; }
span { border-color: rgb(171,13,187); }
td.TdClassName
{
border-color: #AB0DBB;
}
.TagClassName
{
border-color: #AB0DBB;
}
</style>