Shades of Blue Violet #AB24EF
Tints of Blue Violet #AB24EF
RGB
CMYK
RGB Variations
Color information
#AB24EF (or 0xAB24EF) is known color: Blue Violet. HEX triplet: AB, 24 and EF. RGB value is (171,36,239). Sum of RGB (Red+Green+Blue) = 171+36+239=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB24EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24EF is #54DB10. Grayscale: #626262. Windows color (decimal): -5561105 or 15672491. OLE color: 15672491.
HSL color Cylindrical-coordinate representation of color #AB24EF: hue angle of 279.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB24EF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 36 | 239 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.06 |
| HSL | 279.9º | 0.86% | 0.54% | - |
| HSV(B) | 279.9º | 0.85% | 0.94% | - |
| XYZ | 33.01 | 16.15 | 83.04 | - |
| YUV | 99.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 239 | 0.28 | 0.85 | 0 | 0.06 | 279.9 | 0.86 | 0.54 |
| Hex | AB | 24 | EF | 1C | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 253 | 44 | 357 | 34 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101011 | 100100 | 11101111 | 11100 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AB24EF
Complementary color
Monochromatic Colors of #AB24EF
Black with #AB24EF
Text Example
Text Example
White with #AB24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24EF; }
p { color: rgb(171,36,239); }
H1.HeaderClassName
{
color: #AB24EF;
}
.AnyTagClassName
{
color: #AB24EF;
}
</style>
background-color css
<style>
a { background-color: #AB24EF; }
a { background-color: rgb(171,36,239); }
div.DivClassName
{
background-color: #AB24EF;
}
.BgClassName
{
background-color: #AB24EF;
}
</style>
border-color css
<style>
span { border-color: #AB24EF; }
span { border-color: rgb(171,36,239); }
td.TdClassName
{
border-color: #AB24EF;
}
.TagClassName
{
border-color: #AB24EF;
}
</style>