Shades of Blue Violet #AB20E9
Tints of Blue Violet #AB20E9
RGB
CMYK
RGB Variations
Color information
#AB20E9 (or 0xAB20E9) is known color: Blue Violet. HEX triplet: AB, 20 and E9. RGB value is (171,32,233). Sum of RGB (Red+Green+Blue) = 171+32+233=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB20E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20E9 is #54DF16. Grayscale: #5F5F5F. Windows color (decimal): -5562135 or 15278251. OLE color: 15278251.
HSL color Cylindrical-coordinate representation of color #AB20E9: hue angle of 281.49º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB20E9 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 32 | 233 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.09 |
| HSL | 281.49º | 0.82% | 0.52% | - |
| HSV(B) | 281.49º | 0.86% | 0.91% | - |
| XYZ | 32.02 | 15.57 | 78.41 | - |
| YUV | 96.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 233 | 0.27 | 0.86 | 0 | 0.09 | 281.49 | 0.82 | 0.52 |
| Hex | AB | 20 | E9 | 1B | 56 | 0 | 9 | 119 | 52 | 34 |
| Octal | 253 | 40 | 351 | 33 | 126 | 0 | 11 | 431 | 122 | 64 |
| Binary | 10101011 | 100000 | 11101001 | 11011 | 1010110 | 0 | 1001 | 100011001 | 1010010 | 110100 |
Color Harmonies of #AB20E9
Complementary color
Monochromatic Colors of #AB20E9
Black with #AB20E9
Text Example
Text Example
White with #AB20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20E9; }
p { color: rgb(171,32,233); }
H1.HeaderClassName
{
color: #AB20E9;
}
.AnyTagClassName
{
color: #AB20E9;
}
</style>
background-color css
<style>
a { background-color: #AB20E9; }
a { background-color: rgb(171,32,233); }
div.DivClassName
{
background-color: #AB20E9;
}
.BgClassName
{
background-color: #AB20E9;
}
</style>
border-color css
<style>
span { border-color: #AB20E9; }
span { border-color: rgb(171,32,233); }
td.TdClassName
{
border-color: #AB20E9;
}
.TagClassName
{
border-color: #AB20E9;
}
</style>