Shades of Blue Violet #AB24ED
Tints of Blue Violet #AB24ED
RGB
CMYK
RGB Variations
Color information
#AB24ED (or 0xAB24ED) is known color: Blue Violet. HEX triplet: AB, 24 and ED. RGB value is (171,36,237). Sum of RGB (Red+Green+Blue) = 171+36+237=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB24ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24ED is #54DB12. Grayscale: #626262. Windows color (decimal): -5561107 or 15541419. OLE color: 15541419.
HSL color Cylindrical-coordinate representation of color #AB24ED: hue angle of 280.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB24ED is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 36 | 237 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.3º | 0.85% | 0.54% | - |
| HSV(B) | 280.3º | 0.85% | 0.93% | - |
| XYZ | 32.71 | 16.03 | 81.49 | - |
| YUV | 99.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 237 | 0.28 | 0.85 | 0 | 0.07 | 280.3 | 0.85 | 0.54 |
| Hex | AB | 24 | ED | 1C | 55 | 0 | 7 | 118 | 55 | 36 |
| Octal | 253 | 44 | 355 | 34 | 125 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101011 | 100100 | 11101101 | 11100 | 1010101 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #AB24ED
Complementary color
Monochromatic Colors of #AB24ED
Black with #AB24ED
Text Example
Text Example
White with #AB24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24ED; }
p { color: rgb(171,36,237); }
H1.HeaderClassName
{
color: #AB24ED;
}
.AnyTagClassName
{
color: #AB24ED;
}
</style>
background-color css
<style>
a { background-color: #AB24ED; }
a { background-color: rgb(171,36,237); }
div.DivClassName
{
background-color: #AB24ED;
}
.BgClassName
{
background-color: #AB24ED;
}
</style>
border-color css
<style>
span { border-color: #AB24ED; }
span { border-color: rgb(171,36,237); }
td.TdClassName
{
border-color: #AB24ED;
}
.TagClassName
{
border-color: #AB24ED;
}
</style>