Shades of Blue Violet #AB24EA
Tints of Blue Violet #AB24EA
RGB
CMYK
RGB Variations
Color information
#AB24EA (or 0xAB24EA) is known color: Blue Violet. HEX triplet: AB, 24 and EA. RGB value is (171,36,234). Sum of RGB (Red+Green+Blue) = 171+36+234=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB24EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24EA is #54DB15. Grayscale: #626262. Windows color (decimal): -5561110 or 15344811. OLE color: 15344811.
HSL color Cylindrical-coordinate representation of color #AB24EA: hue angle of 280.91º degrees, saturation: 0.82, 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 #AB24EA is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 36 | 234 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.08 |
| HSL | 280.91º | 0.83% | 0.53% | - |
| HSV(B) | 280.91º | 0.85% | 0.92% | - |
| XYZ | 32.28 | 15.86 | 79.2 | - |
| YUV | 98.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 234 | 0.27 | 0.85 | 0 | 0.08 | 280.91 | 0.83 | 0.53 |
| Hex | AB | 24 | EA | 1B | 55 | 0 | 8 | 119 | 52 | 35 |
| Octal | 253 | 44 | 352 | 33 | 125 | 0 | 10 | 431 | 122 | 65 |
| Binary | 10101011 | 100100 | 11101010 | 11011 | 1010101 | 0 | 1000 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AB24EA
Complementary color
Monochromatic Colors of #AB24EA
Black with #AB24EA
Text Example
Text Example
White with #AB24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24EA; }
p { color: rgb(171,36,234); }
H1.HeaderClassName
{
color: #AB24EA;
}
.AnyTagClassName
{
color: #AB24EA;
}
</style>
background-color css
<style>
a { background-color: #AB24EA; }
a { background-color: rgb(171,36,234); }
div.DivClassName
{
background-color: #AB24EA;
}
.BgClassName
{
background-color: #AB24EA;
}
</style>
border-color css
<style>
span { border-color: #AB24EA; }
span { border-color: rgb(171,36,234); }
td.TdClassName
{
border-color: #AB24EA;
}
.TagClassName
{
border-color: #AB24EA;
}
</style>