Shades of Dark Violet #AB0CBC
Tints of Dark Violet #AB0CBC
RGB
CMYK
RGB Variations
Color information
#AB0CBC (or 0xAB0CBC) is known color: Dark Violet. HEX triplet: AB, 0C and BC. RGB value is (171,12,188). Sum of RGB (Red+Green+Blue) = 171+12+188=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CBC is #54F343. Grayscale: #4F4F4F. Windows color (decimal): -5567300 or 12324011. OLE color: 12324011.
HSL color Cylindrical-coordinate representation of color #AB0CBC: hue angle of 294.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CBC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 12 | 188 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.26 |
| HSL | 294.2º | 0.88% | 0.39% | - |
| HSV(B) | 294.2º | 0.94% | 0.74% | - |
| XYZ | 26 | 12.55 | 48.63 | - |
| YUV | 79.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 188 | 0.09 | 0.94 | 0 | 0.26 | 294.2 | 0.88 | 0.39 |
| Hex | AB | C | BC | 9 | 5E | 0 | 1A | 126 | 58 | 27 |
| Octal | 253 | 14 | 274 | 11 | 136 | 0 | 32 | 446 | 130 | 47 |
| Binary | 10101011 | 1100 | 10111100 | 1001 | 1011110 | 0 | 11010 | 100100110 | 1011000 | 100111 |
Color Harmonies of #AB0CBC
Complementary color
Monochromatic Colors of #AB0CBC
Black with #AB0CBC
Text Example
Text Example
White with #AB0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CBC; }
p { color: rgb(171,12,188); }
H1.HeaderClassName
{
color: #AB0CBC;
}
.AnyTagClassName
{
color: #AB0CBC;
}
</style>
background-color css
<style>
a { background-color: #AB0CBC; }
a { background-color: rgb(171,12,188); }
div.DivClassName
{
background-color: #AB0CBC;
}
.BgClassName
{
background-color: #AB0CBC;
}
</style>
border-color css
<style>
span { border-color: #AB0CBC; }
span { border-color: rgb(171,12,188); }
td.TdClassName
{
border-color: #AB0CBC;
}
.TagClassName
{
border-color: #AB0CBC;
}
</style>