Shades of Dark Violet #AB0CCB
Tints of Dark Violet #AB0CCB
RGB
CMYK
RGB Variations
Color information
#AB0CCB (or 0xAB0CCB) is known color: Dark Violet. HEX triplet: AB, 0C and CB. RGB value is (171,12,203). Sum of RGB (Red+Green+Blue) = 171+12+203=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCB is #54F334. Grayscale: #505050. Windows color (decimal): -5567285 or 13307051. OLE color: 13307051.
HSL color Cylindrical-coordinate representation of color #AB0CCB: hue angle of 289.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CCB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 12 | 203 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.20 |
| HSL | 289.95º | 0.89% | 0.42% | - |
| HSV(B) | 289.95º | 0.94% | 0.8% | - |
| XYZ | 27.71 | 13.23 | 57.59 | - |
| YUV | 81.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 203 | 0.16 | 0.94 | 0 | 0.20 | 289.95 | 0.89 | 0.42 |
| Hex | AB | C | CB | 10 | 5E | 0 | 14 | 122 | 59 | 2A |
| Octal | 253 | 14 | 313 | 20 | 136 | 0 | 24 | 442 | 131 | 52 |
| Binary | 10101011 | 1100 | 11001011 | 10000 | 1011110 | 0 | 10100 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AB0CCB
Complementary color
Monochromatic Colors of #AB0CCB
Black with #AB0CCB
Text Example
Text Example
White with #AB0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CCB; }
p { color: rgb(171,12,203); }
H1.HeaderClassName
{
color: #AB0CCB;
}
.AnyTagClassName
{
color: #AB0CCB;
}
</style>
background-color css
<style>
a { background-color: #AB0CCB; }
a { background-color: rgb(171,12,203); }
div.DivClassName
{
background-color: #AB0CCB;
}
.BgClassName
{
background-color: #AB0CCB;
}
</style>
border-color css
<style>
span { border-color: #AB0CCB; }
span { border-color: rgb(171,12,203); }
td.TdClassName
{
border-color: #AB0CCB;
}
.TagClassName
{
border-color: #AB0CCB;
}
</style>