Shades of Blue Violet #AB22EC
Tints of Blue Violet #AB22EC
RGB
CMYK
RGB Variations
Color information
#AB22EC (or 0xAB22EC) is known color: Blue Violet. HEX triplet: AB, 22 and EC. RGB value is (171,34,236). Sum of RGB (Red+Green+Blue) = 171+34+236=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB22EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB22EC is #54DD13. Grayscale: #616161. Windows color (decimal): -5561620 or 15475371. OLE color: 15475371.
HSL color Cylindrical-coordinate representation of color #AB22EC: hue angle of 280.69º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB22EC is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 34 | 236 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.07 |
| HSL | 280.69º | 0.84% | 0.53% | - |
| HSV(B) | 280.69º | 0.86% | 0.93% | - |
| XYZ | 32.51 | 15.86 | 80.7 | - |
| YUV | 97.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 236 | 0.28 | 0.86 | 0 | 0.07 | 280.69 | 0.84 | 0.53 |
| Hex | AB | 22 | EC | 1C | 56 | 0 | 7 | 119 | 54 | 35 |
| Octal | 253 | 42 | 354 | 34 | 126 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101011 | 100010 | 11101100 | 11100 | 1010110 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AB22EC
Complementary color
Monochromatic Colors of #AB22EC
Black with #AB22EC
Text Example
Text Example
White with #AB22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB22EC; }
p { color: rgb(171,34,236); }
H1.HeaderClassName
{
color: #AB22EC;
}
.AnyTagClassName
{
color: #AB22EC;
}
</style>
background-color css
<style>
a { background-color: #AB22EC; }
a { background-color: rgb(171,34,236); }
div.DivClassName
{
background-color: #AB22EC;
}
.BgClassName
{
background-color: #AB22EC;
}
</style>
border-color css
<style>
span { border-color: #AB22EC; }
span { border-color: rgb(171,34,236); }
td.TdClassName
{
border-color: #AB22EC;
}
.TagClassName
{
border-color: #AB22EC;
}
</style>