Shades of Dark Violet #AB14CB
Tints of Dark Violet #AB14CB
RGB
CMYK
RGB Variations
Color information
#AB14CB (or 0xAB14CB) is known color: Dark Violet. HEX triplet: AB, 14 and CB. RGB value is (171,20,203). Sum of RGB (Red+Green+Blue) = 171+20+203=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14CB is #54EB34. Grayscale: #555555. Windows color (decimal): -5565237 or 13309099. OLE color: 13309099.
HSL color Cylindrical-coordinate representation of color #AB14CB: hue angle of 289.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14CB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 20 | 203 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.20 |
| HSL | 289.51º | 0.82% | 0.44% | - |
| HSV(B) | 289.51º | 0.9% | 0.8% | - |
| XYZ | 27.82 | 13.47 | 57.63 | - |
| YUV | 86.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 203 | 0.16 | 0.90 | 0 | 0.20 | 289.51 | 0.82 | 0.44 |
| Hex | AB | 14 | CB | 10 | 5A | 0 | 14 | 122 | 52 | 2C |
| Octal | 253 | 24 | 313 | 20 | 132 | 0 | 24 | 442 | 122 | 54 |
| Binary | 10101011 | 10100 | 11001011 | 10000 | 1011010 | 0 | 10100 | 100100010 | 1010010 | 101100 |
Color Harmonies of #AB14CB
Complementary color
Monochromatic Colors of #AB14CB
Black with #AB14CB
Text Example
Text Example
White with #AB14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14CB; }
p { color: rgb(171,20,203); }
H1.HeaderClassName
{
color: #AB14CB;
}
.AnyTagClassName
{
color: #AB14CB;
}
</style>
background-color css
<style>
a { background-color: #AB14CB; }
a { background-color: rgb(171,20,203); }
div.DivClassName
{
background-color: #AB14CB;
}
.BgClassName
{
background-color: #AB14CB;
}
</style>
border-color css
<style>
span { border-color: #AB14CB; }
span { border-color: rgb(171,20,203); }
td.TdClassName
{
border-color: #AB14CB;
}
.TagClassName
{
border-color: #AB14CB;
}
</style>