Shades of Blue Violet #AB22EA
Tints of Blue Violet #AB22EA
RGB
CMYK
RGB Variations
Color information
#AB22EA (or 0xAB22EA) is known color: Blue Violet. HEX triplet: AB, 22 and EA. RGB value is (171,34,234). Sum of RGB (Red+Green+Blue) = 171+34+234=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB22EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB22EA is #54DD15. Grayscale: #616161. Windows color (decimal): -5561622 or 15344299. OLE color: 15344299.
HSL color Cylindrical-coordinate representation of color #AB22EA: hue angle of 281.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB22EA is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 34 | 234 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.08 |
| HSL | 281.1º | 0.83% | 0.53% | - |
| HSV(B) | 281.1º | 0.85% | 0.92% | - |
| XYZ | 32.22 | 15.74 | 79.18 | - |
| YUV | 97.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 234 | 0.27 | 0.85 | 0 | 0.08 | 281.1 | 0.83 | 0.53 |
| Hex | AB | 22 | EA | 1B | 55 | 0 | 8 | 119 | 53 | 35 |
| Octal | 253 | 42 | 352 | 33 | 125 | 0 | 10 | 431 | 123 | 65 |
| Binary | 10101011 | 100010 | 11101010 | 11011 | 1010101 | 0 | 1000 | 100011001 | 1010011 | 110101 |
Color Harmonies of #AB22EA
Complementary color
Monochromatic Colors of #AB22EA
Black with #AB22EA
Text Example
Text Example
White with #AB22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB22EA; }
p { color: rgb(171,34,234); }
H1.HeaderClassName
{
color: #AB22EA;
}
.AnyTagClassName
{
color: #AB22EA;
}
</style>
background-color css
<style>
a { background-color: #AB22EA; }
a { background-color: rgb(171,34,234); }
div.DivClassName
{
background-color: #AB22EA;
}
.BgClassName
{
background-color: #AB22EA;
}
</style>
border-color css
<style>
span { border-color: #AB22EA; }
span { border-color: rgb(171,34,234); }
td.TdClassName
{
border-color: #AB22EA;
}
.TagClassName
{
border-color: #AB22EA;
}
</style>