Shades of Dark Violet #AB16E4
Tints of Dark Violet #AB16E4
RGB
CMYK
RGB Variations
Color information
#AB16E4 (or 0xAB16E4) is known color: Dark Violet. HEX triplet: AB, 16 and E4. RGB value is (171,22,228). Sum of RGB (Red+Green+Blue) = 171+22+228=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB16E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16E4 is #54E91B. Grayscale: #595959. Windows color (decimal): -5564700 or 14948011. OLE color: 14948011.
HSL color Cylindrical-coordinate representation of color #AB16E4: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB16E4 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 22 | 228 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.11 |
| HSL | 283.4º | 0.82% | 0.49% | - |
| HSV(B) | 283.4º | 0.9% | 0.89% | - |
| XYZ | 31.09 | 14.83 | 74.62 | - |
| YUV | 90.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 228 | 0.25 | 0.90 | 0 | 0.11 | 283.4 | 0.82 | 0.49 |
| Hex | AB | 16 | E4 | 19 | 5A | 0 | B | 11B | 52 | 31 |
| Octal | 253 | 26 | 344 | 31 | 132 | 0 | 13 | 433 | 122 | 61 |
| Binary | 10101011 | 10110 | 11100100 | 11001 | 1011010 | 0 | 1011 | 100011011 | 1010010 | 110001 |
Color Harmonies of #AB16E4
Complementary color
Monochromatic Colors of #AB16E4
Black with #AB16E4
Text Example
Text Example
White with #AB16E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16E4; }
p { color: rgb(171,22,228); }
H1.HeaderClassName
{
color: #AB16E4;
}
.AnyTagClassName
{
color: #AB16E4;
}
</style>
background-color css
<style>
a { background-color: #AB16E4; }
a { background-color: rgb(171,22,228); }
div.DivClassName
{
background-color: #AB16E4;
}
.BgClassName
{
background-color: #AB16E4;
}
</style>
border-color css
<style>
span { border-color: #AB16E4; }
span { border-color: rgb(171,22,228); }
td.TdClassName
{
border-color: #AB16E4;
}
.TagClassName
{
border-color: #AB16E4;
}
</style>