Shades of Blue Violet #A337ED
Tints of Blue Violet #A337ED
RGB
CMYK
RGB Variations
Color information
#A337ED (or 0xA337ED) is known color: Blue Violet. HEX triplet: A3, 37 and ED. RGB value is (163,55,237). Sum of RGB (Red+Green+Blue) = 163+55+237=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #A337ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A337ED is #5CC812. Grayscale: #6B6B6B. Windows color (decimal): -6080531 or 15546275. OLE color: 15546275.
HSL color Cylindrical-coordinate representation of color #A337ED: hue angle of 275.6º degrees, saturation: 0.83, 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 #A337ED is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 55 | 237 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.07 |
| HSL | 275.6º | 0.83% | 0.57% | - |
| HSV(B) | 275.6º | 0.77% | 0.93% | - |
| XYZ | 31.76 | 16.63 | 81.66 | - |
| YUV | 108.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 237 | 0.31 | 0.77 | 0 | 0.07 | 275.6 | 0.83 | 0.57 |
| Hex | A3 | 37 | ED | 1F | 4D | 0 | 7 | 114 | 53 | 39 |
| Octal | 243 | 67 | 355 | 37 | 115 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100011 | 110111 | 11101101 | 11111 | 1001101 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A337ED
Complementary color
Monochromatic Colors of #A337ED
Black with #A337ED
Text Example
Text Example
White with #A337ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337ED; }
p { color: rgb(163,55,237); }
H1.HeaderClassName
{
color: #A337ED;
}
.AnyTagClassName
{
color: #A337ED;
}
</style>
background-color css
<style>
a { background-color: #A337ED; }
a { background-color: rgb(163,55,237); }
div.DivClassName
{
background-color: #A337ED;
}
.BgClassName
{
background-color: #A337ED;
}
</style>
border-color css
<style>
span { border-color: #A337ED; }
span { border-color: rgb(163,55,237); }
td.TdClassName
{
border-color: #A337ED;
}
.TagClassName
{
border-color: #A337ED;
}
</style>