Shades of Dark Violet #AB11CB
Tints of Dark Violet #AB11CB
RGB
CMYK
RGB Variations
Color information
#AB11CB (or 0xAB11CB) is known color: Dark Violet. HEX triplet: AB, 11 and CB. RGB value is (171,17,203). Sum of RGB (Red+Green+Blue) = 171+17+203=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB11CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11CB is #54EE34. Grayscale: #535353. Windows color (decimal): -5566005 or 13308331. OLE color: 13308331.
HSL color Cylindrical-coordinate representation of color #AB11CB: hue angle of 289.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11CB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 17 | 203 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.20 |
| HSL | 289.68º | 0.85% | 0.43% | - |
| HSV(B) | 289.68º | 0.92% | 0.8% | - |
| XYZ | 27.77 | 13.37 | 57.62 | - |
| YUV | 84.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 203 | 0.16 | 0.92 | 0 | 0.20 | 289.68 | 0.85 | 0.43 |
| Hex | AB | 11 | CB | 10 | 5C | 0 | 14 | 122 | 55 | 2B |
| Octal | 253 | 21 | 313 | 20 | 134 | 0 | 24 | 442 | 125 | 53 |
| Binary | 10101011 | 10001 | 11001011 | 10000 | 1011100 | 0 | 10100 | 100100010 | 1010101 | 101011 |
Color Harmonies of #AB11CB
Complementary color
Monochromatic Colors of #AB11CB
Black with #AB11CB
Text Example
Text Example
White with #AB11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11CB; }
p { color: rgb(171,17,203); }
H1.HeaderClassName
{
color: #AB11CB;
}
.AnyTagClassName
{
color: #AB11CB;
}
</style>
background-color css
<style>
a { background-color: #AB11CB; }
a { background-color: rgb(171,17,203); }
div.DivClassName
{
background-color: #AB11CB;
}
.BgClassName
{
background-color: #AB11CB;
}
</style>
border-color css
<style>
span { border-color: #AB11CB; }
span { border-color: rgb(171,17,203); }
td.TdClassName
{
border-color: #AB11CB;
}
.TagClassName
{
border-color: #AB11CB;
}
</style>