Shades of Dark Violet #AB0CBB
Tints of Dark Violet #AB0CBB
RGB
CMYK
RGB Variations
Color information
#AB0CBB (or 0xAB0CBB) is known color: Dark Violet. HEX triplet: AB, 0C and BB. RGB value is (171,12,187). Sum of RGB (Red+Green+Blue) = 171+12+187=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CBB is #54F344. Grayscale: #4E4E4E. Windows color (decimal): -5567301 or 12258475. OLE color: 12258475.
HSL color Cylindrical-coordinate representation of color #AB0CBB: hue angle of 294.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CBB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 12 | 187 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.27 |
| HSL | 294.51º | 0.88% | 0.39% | - |
| HSV(B) | 294.51º | 0.94% | 0.73% | - |
| XYZ | 25.9 | 12.51 | 48.06 | - |
| YUV | 79.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 187 | 0.09 | 0.94 | 0 | 0.27 | 294.51 | 0.88 | 0.39 |
| Hex | AB | C | BB | 9 | 5E | 0 | 1B | 127 | 58 | 27 |
| Octal | 253 | 14 | 273 | 11 | 136 | 0 | 33 | 447 | 130 | 47 |
| Binary | 10101011 | 1100 | 10111011 | 1001 | 1011110 | 0 | 11011 | 100100111 | 1011000 | 100111 |
Color Harmonies of #AB0CBB
Complementary color
Monochromatic Colors of #AB0CBB
Black with #AB0CBB
Text Example
Text Example
White with #AB0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CBB; }
p { color: rgb(171,12,187); }
H1.HeaderClassName
{
color: #AB0CBB;
}
.AnyTagClassName
{
color: #AB0CBB;
}
</style>
background-color css
<style>
a { background-color: #AB0CBB; }
a { background-color: rgb(171,12,187); }
div.DivClassName
{
background-color: #AB0CBB;
}
.BgClassName
{
background-color: #AB0CBB;
}
</style>
border-color css
<style>
span { border-color: #AB0CBB; }
span { border-color: rgb(171,12,187); }
td.TdClassName
{
border-color: #AB0CBB;
}
.TagClassName
{
border-color: #AB0CBB;
}
</style>