Shades of Blue Violet #A024EB
Tints of Blue Violet #A024EB
RGB
CMYK
RGB Variations
Color information
#A024EB (or 0xA024EB) is known color: Blue Violet. HEX triplet: A0, 24 and EB. RGB value is (160,36,235). Sum of RGB (Red+Green+Blue) = 160+36+235=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #A024EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024EB is #5FDB14. Grayscale: #5F5F5F. Windows color (decimal): -6282005 or 15410336. OLE color: 15410336.
HSL color Cylindrical-coordinate representation of color #A024EB: hue angle of 277.39º 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 #A024EB is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 36 | 235 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.08 |
| HSL | 277.39º | 0.83% | 0.53% | - |
| HSV(B) | 277.39º | 0.85% | 0.92% | - |
| XYZ | 30.12 | 14.73 | 79.85 | - |
| YUV | 95.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 235 | 0.32 | 0.85 | 0 | 0.08 | 277.39 | 0.83 | 0.53 |
| Hex | A0 | 24 | EB | 20 | 55 | 0 | 8 | 115 | 53 | 35 |
| Octal | 240 | 44 | 353 | 40 | 125 | 0 | 10 | 425 | 123 | 65 |
| Binary | 10100000 | 100100 | 11101011 | 100000 | 1010101 | 0 | 1000 | 100010101 | 1010011 | 110101 |
Color Harmonies of #A024EB
Complementary color
Monochromatic Colors of #A024EB
Black with #A024EB
Text Example
Text Example
White with #A024EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024EB; }
p { color: rgb(160,36,235); }
H1.HeaderClassName
{
color: #A024EB;
}
.AnyTagClassName
{
color: #A024EB;
}
</style>
background-color css
<style>
a { background-color: #A024EB; }
a { background-color: rgb(160,36,235); }
div.DivClassName
{
background-color: #A024EB;
}
.BgClassName
{
background-color: #A024EB;
}
</style>
border-color css
<style>
span { border-color: #A024EB; }
span { border-color: rgb(160,36,235); }
td.TdClassName
{
border-color: #A024EB;
}
.TagClassName
{
border-color: #A024EB;
}
</style>