Shades of Dark Violet #AB09CB
Tints of Dark Violet #AB09CB
RGB
CMYK
RGB Variations
Color information
#AB09CB (or 0xAB09CB) is known color: Dark Violet. HEX triplet: AB, 09 and CB. RGB value is (171,9,203). Sum of RGB (Red+Green+Blue) = 171+9+203=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB09CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB09CB is #54F634. Grayscale: #4E4E4E. Windows color (decimal): -5568053 or 13306283. OLE color: 13306283.
HSL color Cylindrical-coordinate representation of color #AB09CB: hue angle of 290.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB09CB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 9 | 203 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.20 |
| HSL | 290.1º | 0.92% | 0.42% | - |
| HSV(B) | 290.1º | 0.96% | 0.8% | - |
| XYZ | 27.67 | 13.17 | 57.58 | - |
| YUV | 79.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 203 | 0.16 | 0.96 | 0 | 0.20 | 290.1 | 0.92 | 0.42 |
| Hex | AB | 9 | CB | 10 | 60 | 0 | 14 | 122 | 5C | 2A |
| Octal | 253 | 11 | 313 | 20 | 140 | 0 | 24 | 442 | 134 | 52 |
| Binary | 10101011 | 1001 | 11001011 | 10000 | 1100000 | 0 | 10100 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AB09CB
Complementary color
Monochromatic Colors of #AB09CB
Black with #AB09CB
Text Example
Text Example
White with #AB09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09CB; }
p { color: rgb(171,9,203); }
H1.HeaderClassName
{
color: #AB09CB;
}
.AnyTagClassName
{
color: #AB09CB;
}
</style>
background-color css
<style>
a { background-color: #AB09CB; }
a { background-color: rgb(171,9,203); }
div.DivClassName
{
background-color: #AB09CB;
}
.BgClassName
{
background-color: #AB09CB;
}
</style>
border-color css
<style>
span { border-color: #AB09CB; }
span { border-color: rgb(171,9,203); }
td.TdClassName
{
border-color: #AB09CB;
}
.TagClassName
{
border-color: #AB09CB;
}
</style>