Shades of Blue Violet #A337F0
Tints of Blue Violet #A337F0
RGB
CMYK
RGB Variations
Color information
#A337F0 (or 0xA337F0) is known color: Blue Violet. HEX triplet: A3, 37 and F0. RGB value is (163,55,240). Sum of RGB (Red+Green+Blue) = 163+55+240=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #A337F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A337F0 is #5CC80F. Grayscale: #6B6B6B. Windows color (decimal): -6080528 or 15742883. OLE color: 15742883.
HSL color Cylindrical-coordinate representation of color #A337F0: hue angle of 275.03º degrees, saturation: 0.86, 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 #A337F0 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 55 | 240 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.06 |
| HSL | 275.03º | 0.86% | 0.58% | - |
| HSV(B) | 275.03º | 0.77% | 0.94% | - |
| XYZ | 32.2 | 16.81 | 83.99 | - |
| YUV | 108.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 240 | 0.32 | 0.77 | 0 | 0.06 | 275.03 | 0.86 | 0.58 |
| Hex | A3 | 37 | F0 | 20 | 4D | 0 | 6 | 113 | 56 | 3A |
| Octal | 243 | 67 | 360 | 40 | 115 | 0 | 6 | 423 | 126 | 72 |
| Binary | 10100011 | 110111 | 11110000 | 100000 | 1001101 | 0 | 110 | 100010011 | 1010110 | 111010 |
Color Harmonies of #A337F0
Complementary color
Monochromatic Colors of #A337F0
Black with #A337F0
Text Example
Text Example
White with #A337F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337F0; }
p { color: rgb(163,55,240); }
H1.HeaderClassName
{
color: #A337F0;
}
.AnyTagClassName
{
color: #A337F0;
}
</style>
background-color css
<style>
a { background-color: #A337F0; }
a { background-color: rgb(163,55,240); }
div.DivClassName
{
background-color: #A337F0;
}
.BgClassName
{
background-color: #A337F0;
}
</style>
border-color css
<style>
span { border-color: #A337F0; }
span { border-color: rgb(163,55,240); }
td.TdClassName
{
border-color: #A337F0;
}
.TagClassName
{
border-color: #A337F0;
}
</style>