Shades of Blue Violet #A036EA
Tints of Blue Violet #A036EA
RGB
CMYK
RGB Variations
Color information
#A036EA (or 0xA036EA) is known color: Blue Violet. HEX triplet: A0, 36 and EA. RGB value is (160,54,234). Sum of RGB (Red+Green+Blue) = 160+54+234=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #A036EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A036EA is #5FC915. Grayscale: #696969. Windows color (decimal): -6277398 or 15349408. OLE color: 15349408.
HSL color Cylindrical-coordinate representation of color #A036EA: hue angle of 275.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A036EA is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 54 | 234 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.08 |
| HSL | 275.33º | 0.81% | 0.56% | - |
| HSV(B) | 275.33º | 0.77% | 0.92% | - |
| XYZ | 30.67 | 16.05 | 79.32 | - |
| YUV | 106.21 | 200.12 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 234 | 0.32 | 0.77 | 0 | 0.08 | 275.33 | 0.81 | 0.56 |
| Hex | A0 | 36 | EA | 20 | 4D | 0 | 8 | 113 | 51 | 38 |
| Octal | 240 | 66 | 352 | 40 | 115 | 0 | 10 | 423 | 121 | 70 |
| Binary | 10100000 | 110110 | 11101010 | 100000 | 1001101 | 0 | 1000 | 100010011 | 1010001 | 111000 |
Color Harmonies of #A036EA
Complementary color
Monochromatic Colors of #A036EA
Black with #A036EA
Text Example
Text Example
White with #A036EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036EA; }
p { color: rgb(160,54,234); }
H1.HeaderClassName
{
color: #A036EA;
}
.AnyTagClassName
{
color: #A036EA;
}
</style>
background-color css
<style>
a { background-color: #A036EA; }
a { background-color: rgb(160,54,234); }
div.DivClassName
{
background-color: #A036EA;
}
.BgClassName
{
background-color: #A036EA;
}
</style>
border-color css
<style>
span { border-color: #A036EA; }
span { border-color: rgb(160,54,234); }
td.TdClassName
{
border-color: #A036EA;
}
.TagClassName
{
border-color: #A036EA;
}
</style>