Shades of Dark Violet #AB14E4
Tints of Dark Violet #AB14E4
RGB
CMYK
RGB Variations
Color information
#AB14E4 (or 0xAB14E4) is known color: Dark Violet. HEX triplet: AB, 14 and E4. RGB value is (171,20,228). Sum of RGB (Red+Green+Blue) = 171+20+228=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB14E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14E4 is #54EB1B. Grayscale: #585858. Windows color (decimal): -5565212 or 14947499. OLE color: 14947499.
HSL color Cylindrical-coordinate representation of color #AB14E4: hue angle of 283.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB14E4 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 20 | 228 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.11 |
| HSL | 283.56º | 0.84% | 0.49% | - |
| HSV(B) | 283.56º | 0.91% | 0.89% | - |
| XYZ | 31.05 | 14.76 | 74.61 | - |
| YUV | 88.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 228 | 0.25 | 0.91 | 0 | 0.11 | 283.56 | 0.84 | 0.49 |
| Hex | AB | 14 | E4 | 19 | 5B | 0 | B | 11C | 54 | 31 |
| Octal | 253 | 24 | 344 | 31 | 133 | 0 | 13 | 434 | 124 | 61 |
| Binary | 10101011 | 10100 | 11100100 | 11001 | 1011011 | 0 | 1011 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AB14E4
Complementary color
Monochromatic Colors of #AB14E4
Black with #AB14E4
Text Example
Text Example
White with #AB14E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14E4; }
p { color: rgb(171,20,228); }
H1.HeaderClassName
{
color: #AB14E4;
}
.AnyTagClassName
{
color: #AB14E4;
}
</style>
background-color css
<style>
a { background-color: #AB14E4; }
a { background-color: rgb(171,20,228); }
div.DivClassName
{
background-color: #AB14E4;
}
.BgClassName
{
background-color: #AB14E4;
}
</style>
border-color css
<style>
span { border-color: #AB14E4; }
span { border-color: rgb(171,20,228); }
td.TdClassName
{
border-color: #AB14E4;
}
.TagClassName
{
border-color: #AB14E4;
}
</style>