Shades of Blue Violet #AB24EC
Tints of Blue Violet #AB24EC
RGB
CMYK
RGB Variations
Color information
#AB24EC (or 0xAB24EC) is known color: Blue Violet. HEX triplet: AB, 24 and EC. RGB value is (171,36,236). Sum of RGB (Red+Green+Blue) = 171+36+236=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB24EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24EC is #54DB13. Grayscale: #626262. Windows color (decimal): -5561108 or 15475883. OLE color: 15475883.
HSL color Cylindrical-coordinate representation of color #AB24EC: hue angle of 280.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB24EC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 36 | 236 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.5º | 0.84% | 0.53% | - |
| HSV(B) | 280.5º | 0.85% | 0.93% | - |
| XYZ | 32.57 | 15.98 | 80.72 | - |
| YUV | 99.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 236 | 0.28 | 0.85 | 0 | 0.07 | 280.5 | 0.84 | 0.53 |
| Hex | AB | 24 | EC | 1C | 55 | 0 | 7 | 118 | 54 | 35 |
| Octal | 253 | 44 | 354 | 34 | 125 | 0 | 7 | 430 | 124 | 65 |
| Binary | 10101011 | 100100 | 11101100 | 11100 | 1010101 | 0 | 111 | 100011000 | 1010100 | 110101 |
Color Harmonies of #AB24EC
Complementary color
Monochromatic Colors of #AB24EC
Black with #AB24EC
Text Example
Text Example
White with #AB24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24EC; }
p { color: rgb(171,36,236); }
H1.HeaderClassName
{
color: #AB24EC;
}
.AnyTagClassName
{
color: #AB24EC;
}
</style>
background-color css
<style>
a { background-color: #AB24EC; }
a { background-color: rgb(171,36,236); }
div.DivClassName
{
background-color: #AB24EC;
}
.BgClassName
{
background-color: #AB24EC;
}
</style>
border-color css
<style>
span { border-color: #AB24EC; }
span { border-color: rgb(171,36,236); }
td.TdClassName
{
border-color: #AB24EC;
}
.TagClassName
{
border-color: #AB24EC;
}
</style>