Shades of Dark Violet #AB0ABB
Tints of Dark Violet #AB0ABB
RGB
CMYK
RGB Variations
Color information
#AB0ABB (or 0xAB0ABB) is known color: Dark Violet. HEX triplet: AB, 0A and BB. RGB value is (171,10,187). Sum of RGB (Red+Green+Blue) = 171+10+187=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ABB is #54F544. Grayscale: #4D4D4D. Windows color (decimal): -5567813 or 12257963. OLE color: 12257963.
HSL color Cylindrical-coordinate representation of color #AB0ABB: hue angle of 294.58º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0ABB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 10 | 187 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.27 |
| HSL | 294.58º | 0.9% | 0.39% | - |
| HSV(B) | 294.58º | 0.95% | 0.73% | - |
| XYZ | 25.87 | 12.46 | 48.06 | - |
| YUV | 78.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 187 | 0.09 | 0.95 | 0 | 0.27 | 294.58 | 0.9 | 0.39 |
| Hex | AB | A | BB | 9 | 5F | 0 | 1B | 127 | 5A | 27 |
| Octal | 253 | 12 | 273 | 11 | 137 | 0 | 33 | 447 | 132 | 47 |
| Binary | 10101011 | 1010 | 10111011 | 1001 | 1011111 | 0 | 11011 | 100100111 | 1011010 | 100111 |
Color Harmonies of #AB0ABB
Complementary color
Monochromatic Colors of #AB0ABB
Black with #AB0ABB
Text Example
Text Example
White with #AB0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ABB; }
p { color: rgb(171,10,187); }
H1.HeaderClassName
{
color: #AB0ABB;
}
.AnyTagClassName
{
color: #AB0ABB;
}
</style>
background-color css
<style>
a { background-color: #AB0ABB; }
a { background-color: rgb(171,10,187); }
div.DivClassName
{
background-color: #AB0ABB;
}
.BgClassName
{
background-color: #AB0ABB;
}
</style>
border-color css
<style>
span { border-color: #AB0ABB; }
span { border-color: rgb(171,10,187); }
td.TdClassName
{
border-color: #AB0ABB;
}
.TagClassName
{
border-color: #AB0ABB;
}
</style>