Shades of Blue Violet #A02BE5
Tints of Blue Violet #A02BE5
RGB
CMYK
RGB Variations
Color information
#A02BE5 (or 0xA02BE5) is known color: Blue Violet. HEX triplet: A0, 2B and E5. RGB value is (160,43,229). Sum of RGB (Red+Green+Blue) = 160+43+229=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #A02BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BE5 is #5FD41A. Grayscale: #626262. Windows color (decimal): -6280219 or 15018912. OLE color: 15018912.
HSL color Cylindrical-coordinate representation of color #A02BE5: hue angle of 277.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02BE5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 43 | 229 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.10 |
| HSL | 277.74º | 0.78% | 0.53% | - |
| HSV(B) | 277.74º | 0.81% | 0.9% | - |
| XYZ | 29.5 | 14.86 | 75.44 | - |
| YUV | 99.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 229 | 0.30 | 0.81 | 0 | 0.10 | 277.74 | 0.78 | 0.53 |
| Hex | A0 | 2B | E5 | 1E | 51 | 0 | A | 116 | 4E | 35 |
| Octal | 240 | 53 | 345 | 36 | 121 | 0 | 12 | 426 | 116 | 65 |
| Binary | 10100000 | 101011 | 11100101 | 11110 | 1010001 | 0 | 1010 | 100010110 | 1001110 | 110101 |
Color Harmonies of #A02BE5
Complementary color
Monochromatic Colors of #A02BE5
Black with #A02BE5
Text Example
Text Example
White with #A02BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BE5; }
p { color: rgb(160,43,229); }
H1.HeaderClassName
{
color: #A02BE5;
}
.AnyTagClassName
{
color: #A02BE5;
}
</style>
background-color css
<style>
a { background-color: #A02BE5; }
a { background-color: rgb(160,43,229); }
div.DivClassName
{
background-color: #A02BE5;
}
.BgClassName
{
background-color: #A02BE5;
}
</style>
border-color css
<style>
span { border-color: #A02BE5; }
span { border-color: rgb(160,43,229); }
td.TdClassName
{
border-color: #A02BE5;
}
.TagClassName
{
border-color: #A02BE5;
}
</style>