Shades of Dark Violet #AB15E7
Tints of Dark Violet #AB15E7
RGB
CMYK
RGB Variations
Color information
#AB15E7 (or 0xAB15E7) is known color: Dark Violet. HEX triplet: AB, 15 and E7. RGB value is (171,21,231). Sum of RGB (Red+Green+Blue) = 171+21+231=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB15E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15E7 is #54EA18. Grayscale: #595959. Windows color (decimal): -5564953 or 15144363. OLE color: 15144363.
HSL color Cylindrical-coordinate representation of color #AB15E7: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB15E7 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 21 | 231 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.09 |
| HSL | 282.86º | 0.83% | 0.49% | - |
| HSV(B) | 282.86º | 0.91% | 0.91% | - |
| XYZ | 31.49 | 14.96 | 76.83 | - |
| YUV | 89.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 231 | 0.26 | 0.91 | 0 | 0.09 | 282.86 | 0.83 | 0.49 |
| Hex | AB | 15 | E7 | 1A | 5B | 0 | 9 | 11B | 53 | 31 |
| Octal | 253 | 25 | 347 | 32 | 133 | 0 | 11 | 433 | 123 | 61 |
| Binary | 10101011 | 10101 | 11100111 | 11010 | 1011011 | 0 | 1001 | 100011011 | 1010011 | 110001 |
Color Harmonies of #AB15E7
Complementary color
Monochromatic Colors of #AB15E7
Black with #AB15E7
Text Example
Text Example
White with #AB15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15E7; }
p { color: rgb(171,21,231); }
H1.HeaderClassName
{
color: #AB15E7;
}
.AnyTagClassName
{
color: #AB15E7;
}
</style>
background-color css
<style>
a { background-color: #AB15E7; }
a { background-color: rgb(171,21,231); }
div.DivClassName
{
background-color: #AB15E7;
}
.BgClassName
{
background-color: #AB15E7;
}
</style>
border-color css
<style>
span { border-color: #AB15E7; }
span { border-color: rgb(171,21,231); }
td.TdClassName
{
border-color: #AB15E7;
}
.TagClassName
{
border-color: #AB15E7;
}
</style>