Shades of Blue Violet #A037EF
Tints of Blue Violet #A037EF
RGB
CMYK
RGB Variations
Color information
#A037EF (or 0xA037EF) is known color: Blue Violet. HEX triplet: A0, 37 and EF. RGB value is (160,55,239). Sum of RGB (Red+Green+Blue) = 160+55+239=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #A037EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037EF is #5FC810. Grayscale: #6A6A6A. Windows color (decimal): -6277137 or 15677344. OLE color: 15677344.
HSL color Cylindrical-coordinate representation of color #A037EF: hue angle of 274.24º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A037EF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 55 | 239 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.06 |
| HSL | 274.24º | 0.85% | 0.58% | - |
| HSV(B) | 274.24º | 0.77% | 0.94% | - |
| XYZ | 31.44 | 16.44 | 83.18 | - |
| YUV | 107.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 239 | 0.33 | 0.77 | 0 | 0.06 | 274.24 | 0.85 | 0.58 |
| Hex | A0 | 37 | EF | 21 | 4D | 0 | 6 | 112 | 55 | 3A |
| Octal | 240 | 67 | 357 | 41 | 115 | 0 | 6 | 422 | 125 | 72 |
| Binary | 10100000 | 110111 | 11101111 | 100001 | 1001101 | 0 | 110 | 100010010 | 1010101 | 111010 |
Color Harmonies of #A037EF
Complementary color
Monochromatic Colors of #A037EF
Black with #A037EF
Text Example
Text Example
White with #A037EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037EF; }
p { color: rgb(160,55,239); }
H1.HeaderClassName
{
color: #A037EF;
}
.AnyTagClassName
{
color: #A037EF;
}
</style>
background-color css
<style>
a { background-color: #A037EF; }
a { background-color: rgb(160,55,239); }
div.DivClassName
{
background-color: #A037EF;
}
.BgClassName
{
background-color: #A037EF;
}
</style>
border-color css
<style>
span { border-color: #A037EF; }
span { border-color: rgb(160,55,239); }
td.TdClassName
{
border-color: #A037EF;
}
.TagClassName
{
border-color: #A037EF;
}
</style>