Shades of Dark Violet #AB13E1
Tints of Dark Violet #AB13E1
RGB
CMYK
RGB Variations
Color information
#AB13E1 (or 0xAB13E1) is known color: Dark Violet. HEX triplet: AB, 13 and E1. RGB value is (171,19,225). Sum of RGB (Red+Green+Blue) = 171+19+225=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB13E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13E1 is #54EC1E. Grayscale: #575757. Windows color (decimal): -5565471 or 14750635. OLE color: 14750635.
HSL color Cylindrical-coordinate representation of color #AB13E1: hue angle of 284.27º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB13E1 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 19 | 225 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.12 |
| HSL | 284.27º | 0.84% | 0.48% | - |
| HSV(B) | 284.27º | 0.92% | 0.88% | - |
| XYZ | 30.62 | 14.56 | 72.43 | - |
| YUV | 87.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 225 | 0.24 | 0.92 | 0 | 0.12 | 284.27 | 0.84 | 0.48 |
| Hex | AB | 13 | E1 | 18 | 5C | 0 | C | 11C | 54 | 30 |
| Octal | 253 | 23 | 341 | 30 | 134 | 0 | 14 | 434 | 124 | 60 |
| Binary | 10101011 | 10011 | 11100001 | 11000 | 1011100 | 0 | 1100 | 100011100 | 1010100 | 110000 |
Color Harmonies of #AB13E1
Complementary color
Monochromatic Colors of #AB13E1
Black with #AB13E1
Text Example
Text Example
White with #AB13E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13E1; }
p { color: rgb(171,19,225); }
H1.HeaderClassName
{
color: #AB13E1;
}
.AnyTagClassName
{
color: #AB13E1;
}
</style>
background-color css
<style>
a { background-color: #AB13E1; }
a { background-color: rgb(171,19,225); }
div.DivClassName
{
background-color: #AB13E1;
}
.BgClassName
{
background-color: #AB13E1;
}
</style>
border-color css
<style>
span { border-color: #AB13E1; }
span { border-color: rgb(171,19,225); }
td.TdClassName
{
border-color: #AB13E1;
}
.TagClassName
{
border-color: #AB13E1;
}
</style>