Shades of Dark Violet #AB0FBB
Tints of Dark Violet #AB0FBB
RGB
CMYK
RGB Variations
Color information
#AB0FBB (or 0xAB0FBB) is known color: Dark Violet. HEX triplet: AB, 0F and BB. RGB value is (171,15,187). Sum of RGB (Red+Green+Blue) = 171+15+187=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB0FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FBB is #54F044. Grayscale: #505050. Windows color (decimal): -5566533 or 12259243. OLE color: 12259243.
HSL color Cylindrical-coordinate representation of color #AB0FBB: hue angle of 294.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0FBB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 15 | 187 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.27 |
| HSL | 294.42º | 0.85% | 0.4% | - |
| HSV(B) | 294.42º | 0.92% | 0.73% | - |
| XYZ | 25.94 | 12.59 | 48.08 | - |
| YUV | 81.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 187 | 0.09 | 0.92 | 0 | 0.27 | 294.42 | 0.85 | 0.4 |
| Hex | AB | F | BB | 9 | 5C | 0 | 1B | 126 | 55 | 28 |
| Octal | 253 | 17 | 273 | 11 | 134 | 0 | 33 | 446 | 125 | 50 |
| Binary | 10101011 | 1111 | 10111011 | 1001 | 1011100 | 0 | 11011 | 100100110 | 1010101 | 101000 |
Color Harmonies of #AB0FBB
Complementary color
Monochromatic Colors of #AB0FBB
Black with #AB0FBB
Text Example
Text Example
White with #AB0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FBB; }
p { color: rgb(171,15,187); }
H1.HeaderClassName
{
color: #AB0FBB;
}
.AnyTagClassName
{
color: #AB0FBB;
}
</style>
background-color css
<style>
a { background-color: #AB0FBB; }
a { background-color: rgb(171,15,187); }
div.DivClassName
{
background-color: #AB0FBB;
}
.BgClassName
{
background-color: #AB0FBB;
}
</style>
border-color css
<style>
span { border-color: #AB0FBB; }
span { border-color: rgb(171,15,187); }
td.TdClassName
{
border-color: #AB0FBB;
}
.TagClassName
{
border-color: #AB0FBB;
}
</style>