Shades of Dark Violet #AB0DBE
Tints of Dark Violet #AB0DBE
RGB
CMYK
RGB Variations
Color information
#AB0DBE (or 0xAB0DBE) is known color: Dark Violet. HEX triplet: AB, 0D and BE. RGB value is (171,13,190). Sum of RGB (Red+Green+Blue) = 171+13+190=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DBE is #54F241. Grayscale: #4F4F4F. Windows color (decimal): -5567042 or 12455339. OLE color: 12455339.
HSL color Cylindrical-coordinate representation of color #AB0DBE: hue angle of 293.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DBE is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 13 | 190 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.25 |
| HSL | 293.56º | 0.87% | 0.4% | - |
| HSV(B) | 293.56º | 0.93% | 0.75% | - |
| XYZ | 26.23 | 12.66 | 49.78 | - |
| YUV | 80.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 190 | 0.10 | 0.93 | 0 | 0.25 | 293.56 | 0.87 | 0.4 |
| Hex | AB | D | BE | A | 5D | 0 | 19 | 126 | 57 | 28 |
| Octal | 253 | 15 | 276 | 12 | 135 | 0 | 31 | 446 | 127 | 50 |
| Binary | 10101011 | 1101 | 10111110 | 1010 | 1011101 | 0 | 11001 | 100100110 | 1010111 | 101000 |
Color Harmonies of #AB0DBE
Complementary color
Monochromatic Colors of #AB0DBE
Black with #AB0DBE
Text Example
Text Example
White with #AB0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DBE; }
p { color: rgb(171,13,190); }
H1.HeaderClassName
{
color: #AB0DBE;
}
.AnyTagClassName
{
color: #AB0DBE;
}
</style>
background-color css
<style>
a { background-color: #AB0DBE; }
a { background-color: rgb(171,13,190); }
div.DivClassName
{
background-color: #AB0DBE;
}
.BgClassName
{
background-color: #AB0DBE;
}
</style>
border-color css
<style>
span { border-color: #AB0DBE; }
span { border-color: rgb(171,13,190); }
td.TdClassName
{
border-color: #AB0DBE;
}
.TagClassName
{
border-color: #AB0DBE;
}
</style>