Shades of Blue Violet #A037F3
Tints of Blue Violet #A037F3
RGB
CMYK
RGB Variations
Color information
#A037F3 (or 0xA037F3) is known color: Blue Violet. HEX triplet: A0, 37 and F3. RGB value is (160,55,243). Sum of RGB (Red+Green+Blue) = 160+55+243=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #A037F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037F3 is #5FC80C. Grayscale: #6B6B6B. Windows color (decimal): -6277133 or 15939488. OLE color: 15939488.
HSL color Cylindrical-coordinate representation of color #A037F3: hue angle of 273.51º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A037F3 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 55 | 243 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.05 |
| HSL | 273.51º | 0.89% | 0.58% | - |
| HSV(B) | 273.51º | 0.77% | 0.95% | - |
| XYZ | 32.04 | 16.68 | 86.32 | - |
| YUV | 107.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 243 | 0.34 | 0.77 | 0 | 0.05 | 273.51 | 0.89 | 0.58 |
| Hex | A0 | 37 | F3 | 22 | 4D | 0 | 5 | 112 | 59 | 3A |
| Octal | 240 | 67 | 363 | 42 | 115 | 0 | 5 | 422 | 131 | 72 |
| Binary | 10100000 | 110111 | 11110011 | 100010 | 1001101 | 0 | 101 | 100010010 | 1011001 | 111010 |
Color Harmonies of #A037F3
Complementary color
Monochromatic Colors of #A037F3
Black with #A037F3
Text Example
Text Example
White with #A037F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037F3; }
p { color: rgb(160,55,243); }
H1.HeaderClassName
{
color: #A037F3;
}
.AnyTagClassName
{
color: #A037F3;
}
</style>
background-color css
<style>
a { background-color: #A037F3; }
a { background-color: rgb(160,55,243); }
div.DivClassName
{
background-color: #A037F3;
}
.BgClassName
{
background-color: #A037F3;
}
</style>
border-color css
<style>
span { border-color: #A037F3; }
span { border-color: rgb(160,55,243); }
td.TdClassName
{
border-color: #A037F3;
}
.TagClassName
{
border-color: #A037F3;
}
</style>