Shades of Dark Violet #AB10E7
Tints of Dark Violet #AB10E7
RGB
CMYK
RGB Variations
Color information
#AB10E7 (or 0xAB10E7) is known color: Dark Violet. HEX triplet: AB, 10 and E7. RGB value is (171,16,231). Sum of RGB (Red+Green+Blue) = 171+16+231=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB10E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10E7 is #54EF18. Grayscale: #565656. Windows color (decimal): -5566233 or 15143083. OLE color: 15143083.
HSL color Cylindrical-coordinate representation of color #AB10E7: hue angle of 283.26º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10E7 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 16 | 231 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.09 |
| HSL | 283.26º | 0.87% | 0.48% | - |
| HSV(B) | 283.26º | 0.93% | 0.91% | - |
| XYZ | 31.4 | 14.8 | 76.8 | - |
| YUV | 86.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 231 | 0.26 | 0.93 | 0 | 0.09 | 283.26 | 0.87 | 0.48 |
| Hex | AB | 10 | E7 | 1A | 5D | 0 | 9 | 11B | 57 | 30 |
| Octal | 253 | 20 | 347 | 32 | 135 | 0 | 11 | 433 | 127 | 60 |
| Binary | 10101011 | 10000 | 11100111 | 11010 | 1011101 | 0 | 1001 | 100011011 | 1010111 | 110000 |
Color Harmonies of #AB10E7
Complementary color
Monochromatic Colors of #AB10E7
Black with #AB10E7
Text Example
Text Example
White with #AB10E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10E7; }
p { color: rgb(171,16,231); }
H1.HeaderClassName
{
color: #AB10E7;
}
.AnyTagClassName
{
color: #AB10E7;
}
</style>
background-color css
<style>
a { background-color: #AB10E7; }
a { background-color: rgb(171,16,231); }
div.DivClassName
{
background-color: #AB10E7;
}
.BgClassName
{
background-color: #AB10E7;
}
</style>
border-color css
<style>
span { border-color: #AB10E7; }
span { border-color: rgb(171,16,231); }
td.TdClassName
{
border-color: #AB10E7;
}
.TagClassName
{
border-color: #AB10E7;
}
</style>