Shades of Blue Violet #A037EA
Tints of Blue Violet #A037EA
RGB
CMYK
RGB Variations
Color information
#A037EA (or 0xA037EA) is known color: Blue Violet. HEX triplet: A0, 37 and EA. RGB value is (160,55,234). Sum of RGB (Red+Green+Blue) = 160+55+234=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #A037EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037EA is #5FC815. Grayscale: #6A6A6A. Windows color (decimal): -6277142 or 15349664. OLE color: 15349664.
HSL color Cylindrical-coordinate representation of color #A037EA: hue angle of 275.2º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A037EA is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 55 | 234 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.08 |
| HSL | 275.2º | 0.81% | 0.57% | - |
| HSV(B) | 275.2º | 0.76% | 0.92% | - |
| XYZ | 30.71 | 16.15 | 79.34 | - |
| YUV | 106.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 234 | 0.32 | 0.76 | 0 | 0.08 | 275.2 | 0.81 | 0.57 |
| Hex | A0 | 37 | EA | 20 | 4C | 0 | 8 | 113 | 51 | 39 |
| Octal | 240 | 67 | 352 | 40 | 114 | 0 | 10 | 423 | 121 | 71 |
| Binary | 10100000 | 110111 | 11101010 | 100000 | 1001100 | 0 | 1000 | 100010011 | 1010001 | 111001 |
Color Harmonies of #A037EA
Complementary color
Monochromatic Colors of #A037EA
Black with #A037EA
Text Example
Text Example
White with #A037EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037EA; }
p { color: rgb(160,55,234); }
H1.HeaderClassName
{
color: #A037EA;
}
.AnyTagClassName
{
color: #A037EA;
}
</style>
background-color css
<style>
a { background-color: #A037EA; }
a { background-color: rgb(160,55,234); }
div.DivClassName
{
background-color: #A037EA;
}
.BgClassName
{
background-color: #A037EA;
}
</style>
border-color css
<style>
span { border-color: #A037EA; }
span { border-color: rgb(160,55,234); }
td.TdClassName
{
border-color: #A037EA;
}
.TagClassName
{
border-color: #A037EA;
}
</style>