Shades of Blue Violet #A037F7
Tints of Blue Violet #A037F7
RGB
CMYK
RGB Variations
Color information
#A037F7 (or 0xA037F7) is known color: Blue Violet. HEX triplet: A0, 37 and F7. RGB value is (160,55,247). Sum of RGB (Red+Green+Blue) = 160+55+247=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #A037F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037F7 is #5FC808. Grayscale: #6B6B6B. Windows color (decimal): -6277129 or 16201632. OLE color: 16201632.
HSL color Cylindrical-coordinate representation of color #A037F7: hue angle of 272.81º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A037F7 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 55 | 247 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.03 |
| HSL | 272.81º | 0.92% | 0.59% | - |
| HSV(B) | 272.81º | 0.78% | 0.97% | - |
| XYZ | 32.65 | 16.92 | 89.54 | - |
| YUV | 108.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 247 | 0.35 | 0.78 | 0 | 0.03 | 272.81 | 0.92 | 0.59 |
| Hex | A0 | 37 | F7 | 23 | 4E | 0 | 3 | 111 | 5C | 3B |
| Octal | 240 | 67 | 367 | 43 | 116 | 0 | 3 | 421 | 134 | 73 |
| Binary | 10100000 | 110111 | 11110111 | 100011 | 1001110 | 0 | 11 | 100010001 | 1011100 | 111011 |
Color Harmonies of #A037F7
Complementary color
Monochromatic Colors of #A037F7
Black with #A037F7
Text Example
Text Example
White with #A037F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037F7; }
p { color: rgb(160,55,247); }
H1.HeaderClassName
{
color: #A037F7;
}
.AnyTagClassName
{
color: #A037F7;
}
</style>
background-color css
<style>
a { background-color: #A037F7; }
a { background-color: rgb(160,55,247); }
div.DivClassName
{
background-color: #A037F7;
}
.BgClassName
{
background-color: #A037F7;
}
</style>
border-color css
<style>
span { border-color: #A037F7; }
span { border-color: rgb(160,55,247); }
td.TdClassName
{
border-color: #A037F7;
}
.TagClassName
{
border-color: #A037F7;
}
</style>