Shades of Blue Violet #A036EB
Tints of Blue Violet #A036EB
RGB
CMYK
RGB Variations
Color information
#A036EB (or 0xA036EB) is known color: Blue Violet. HEX triplet: A0, 36 and EB. RGB value is (160,54,235). Sum of RGB (Red+Green+Blue) = 160+54+235=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #A036EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A036EB is #5FC914. Grayscale: #696969. Windows color (decimal): -6277397 or 15414944. OLE color: 15414944.
HSL color Cylindrical-coordinate representation of color #A036EB: hue angle of 275.14º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A036EB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 54 | 235 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.08 |
| HSL | 275.14º | 0.82% | 0.57% | - |
| HSV(B) | 275.14º | 0.77% | 0.92% | - |
| XYZ | 30.81 | 16.11 | 80.08 | - |
| YUV | 106.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 235 | 0.32 | 0.77 | 0 | 0.08 | 275.14 | 0.82 | 0.57 |
| Hex | A0 | 36 | EB | 20 | 4D | 0 | 8 | 113 | 52 | 39 |
| Octal | 240 | 66 | 353 | 40 | 115 | 0 | 10 | 423 | 122 | 71 |
| Binary | 10100000 | 110110 | 11101011 | 100000 | 1001101 | 0 | 1000 | 100010011 | 1010010 | 111001 |
Color Harmonies of #A036EB
Complementary color
Monochromatic Colors of #A036EB
Black with #A036EB
Text Example
Text Example
White with #A036EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036EB; }
p { color: rgb(160,54,235); }
H1.HeaderClassName
{
color: #A036EB;
}
.AnyTagClassName
{
color: #A036EB;
}
</style>
background-color css
<style>
a { background-color: #A036EB; }
a { background-color: rgb(160,54,235); }
div.DivClassName
{
background-color: #A036EB;
}
.BgClassName
{
background-color: #A036EB;
}
</style>
border-color css
<style>
span { border-color: #A036EB; }
span { border-color: rgb(160,54,235); }
td.TdClassName
{
border-color: #A036EB;
}
.TagClassName
{
border-color: #A036EB;
}
</style>