Shades of Blue Violet #A036EE
Tints of Blue Violet #A036EE
RGB
CMYK
RGB Variations
Color information
#A036EE (or 0xA036EE) is known color: Blue Violet. HEX triplet: A0, 36 and EE. RGB value is (160,54,238). Sum of RGB (Red+Green+Blue) = 160+54+238=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #A036EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A036EE is #5FC911. Grayscale: #6A6A6A. Windows color (decimal): -6277394 or 15611552. OLE color: 15611552.
HSL color Cylindrical-coordinate representation of color #A036EE: hue angle of 274.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A036EE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 54 | 238 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.07 |
| HSL | 274.57º | 0.84% | 0.57% | - |
| HSV(B) | 274.57º | 0.77% | 0.93% | - |
| XYZ | 31.25 | 16.28 | 82.39 | - |
| YUV | 106.67 | 202.12 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 238 | 0.33 | 0.77 | 0 | 0.07 | 274.57 | 0.84 | 0.57 |
| Hex | A0 | 36 | EE | 21 | 4D | 0 | 7 | 113 | 54 | 39 |
| Octal | 240 | 66 | 356 | 41 | 115 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100000 | 110110 | 11101110 | 100001 | 1001101 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A036EE
Complementary color
Monochromatic Colors of #A036EE
Black with #A036EE
Text Example
Text Example
White with #A036EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036EE; }
p { color: rgb(160,54,238); }
H1.HeaderClassName
{
color: #A036EE;
}
.AnyTagClassName
{
color: #A036EE;
}
</style>
background-color css
<style>
a { background-color: #A036EE; }
a { background-color: rgb(160,54,238); }
div.DivClassName
{
background-color: #A036EE;
}
.BgClassName
{
background-color: #A036EE;
}
</style>
border-color css
<style>
span { border-color: #A036EE; }
span { border-color: rgb(160,54,238); }
td.TdClassName
{
border-color: #A036EE;
}
.TagClassName
{
border-color: #A036EE;
}
</style>