Shades of Blue Violet #A037FE
Tints of Blue Violet #A037FE
RGB
CMYK
RGB Variations
Color information
#A037FE (or 0xA037FE) is known color: Blue Violet. HEX triplet: A0, 37 and FE. RGB value is (160,55,254). Sum of RGB (Red+Green+Blue) = 160+55+254=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #A037FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037FE is #5FC801. Grayscale: #6C6C6C. Windows color (decimal): -6277122 or 16660384. OLE color: 16660384.
HSL color Cylindrical-coordinate representation of color #A037FE: hue angle of 271.66º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A037FE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 55 | 254 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.00 |
| HSL | 271.66º | 0.99% | 0.61% | - |
| HSV(B) | 271.66º | 0.78% | 1% | - |
| XYZ | 33.75 | 17.36 | 95.34 | - |
| YUV | 109.08 | 209.79 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 254 | 0.37 | 0.78 | 0 | 0.00 | 271.66 | 0.99 | 0.61 |
| Hex | A0 | 37 | FE | 25 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 240 | 67 | 376 | 45 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100000 | 110111 | 11111110 | 100101 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A037FE
Complementary color
Monochromatic Colors of #A037FE
Black with #A037FE
Text Example
Text Example
White with #A037FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037FE; }
p { color: rgb(160,55,254); }
H1.HeaderClassName
{
color: #A037FE;
}
.AnyTagClassName
{
color: #A037FE;
}
</style>
background-color css
<style>
a { background-color: #A037FE; }
a { background-color: rgb(160,55,254); }
div.DivClassName
{
background-color: #A037FE;
}
.BgClassName
{
background-color: #A037FE;
}
</style>
border-color css
<style>
span { border-color: #A037FE; }
span { border-color: rgb(160,55,254); }
td.TdClassName
{
border-color: #A037FE;
}
.TagClassName
{
border-color: #A037FE;
}
</style>