Shades of Blue Violet #A337EE
Tints of Blue Violet #A337EE
RGB
CMYK
RGB Variations
Color information
#A337EE (or 0xA337EE) is known color: Blue Violet. HEX triplet: A3, 37 and EE. RGB value is (163,55,238). Sum of RGB (Red+Green+Blue) = 163+55+238=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A337EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A337EE is #5CC811. Grayscale: #6B6B6B. Windows color (decimal): -6080530 or 15611811. OLE color: 15611811.
HSL color Cylindrical-coordinate representation of color #A337EE: hue angle of 275.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A337EE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 55 | 238 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.07 |
| HSL | 275.41º | 0.84% | 0.57% | - |
| HSV(B) | 275.41º | 0.77% | 0.93% | - |
| XYZ | 31.9 | 16.69 | 82.43 | - |
| YUV | 108.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 238 | 0.32 | 0.77 | 0 | 0.07 | 275.41 | 0.84 | 0.57 |
| Hex | A3 | 37 | EE | 20 | 4D | 0 | 7 | 113 | 54 | 39 |
| Octal | 243 | 67 | 356 | 40 | 115 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100011 | 110111 | 11101110 | 100000 | 1001101 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A337EE
Complementary color
Monochromatic Colors of #A337EE
Black with #A337EE
Text Example
Text Example
White with #A337EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337EE; }
p { color: rgb(163,55,238); }
H1.HeaderClassName
{
color: #A337EE;
}
.AnyTagClassName
{
color: #A337EE;
}
</style>
background-color css
<style>
a { background-color: #A337EE; }
a { background-color: rgb(163,55,238); }
div.DivClassName
{
background-color: #A337EE;
}
.BgClassName
{
background-color: #A337EE;
}
</style>
border-color css
<style>
span { border-color: #A337EE; }
span { border-color: rgb(163,55,238); }
td.TdClassName
{
border-color: #A337EE;
}
.TagClassName
{
border-color: #A337EE;
}
</style>