Shades of Blue Violet #A036E5
Tints of Blue Violet #A036E5
RGB
CMYK
RGB Variations
Color information
#A036E5 (or 0xA036E5) is known color: Blue Violet. HEX triplet: A0, 36 and E5. RGB value is (160,54,229). Sum of RGB (Red+Green+Blue) = 160+54+229=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #A036E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036E5 is #5FC91A. Grayscale: #696969. Windows color (decimal): -6277403 or 15021728. OLE color: 15021728.
HSL color Cylindrical-coordinate representation of color #A036E5: hue angle of 276.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A036E5 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 54 | 229 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.10 |
| HSL | 276.34º | 0.77% | 0.55% | - |
| HSV(B) | 276.34º | 0.76% | 0.9% | - |
| XYZ | 29.96 | 15.77 | 75.59 | - |
| YUV | 105.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 229 | 0.30 | 0.76 | 0 | 0.10 | 276.34 | 0.77 | 0.55 |
| Hex | A0 | 36 | E5 | 1E | 4C | 0 | A | 114 | 4D | 37 |
| Octal | 240 | 66 | 345 | 36 | 114 | 0 | 12 | 424 | 115 | 67 |
| Binary | 10100000 | 110110 | 11100101 | 11110 | 1001100 | 0 | 1010 | 100010100 | 1001101 | 110111 |
Color Harmonies of #A036E5
Complementary color
Monochromatic Colors of #A036E5
Black with #A036E5
Text Example
Text Example
White with #A036E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036E5; }
p { color: rgb(160,54,229); }
H1.HeaderClassName
{
color: #A036E5;
}
.AnyTagClassName
{
color: #A036E5;
}
</style>
background-color css
<style>
a { background-color: #A036E5; }
a { background-color: rgb(160,54,229); }
div.DivClassName
{
background-color: #A036E5;
}
.BgClassName
{
background-color: #A036E5;
}
</style>
border-color css
<style>
span { border-color: #A036E5; }
span { border-color: rgb(160,54,229); }
td.TdClassName
{
border-color: #A036E5;
}
.TagClassName
{
border-color: #A036E5;
}
</style>