Shades of Blue Violet #AA37ED
Tints of Blue Violet #AA37ED
RGB
CMYK
RGB Variations
Color information
#AA37ED (or 0xAA37ED) is known color: Blue Violet. HEX triplet: AA, 37 and ED. RGB value is (170,55,237). Sum of RGB (Red+Green+Blue) = 170+55+237=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA37ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37ED is #55C812. Grayscale: #6D6D6D. Windows color (decimal): -5621779 or 15546282. OLE color: 15546282.
HSL color Cylindrical-coordinate representation of color #AA37ED: hue angle of 277.91º 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 #AA37ED is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 55 | 237 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.07 |
| HSL | 277.91º | 0.83% | 0.57% | - |
| HSV(B) | 277.91º | 0.77% | 0.93% | - |
| XYZ | 33.23 | 17.39 | 81.73 | - |
| YUV | 110.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 237 | 0.28 | 0.77 | 0 | 0.07 | 277.91 | 0.83 | 0.57 |
| Hex | AA | 37 | ED | 1C | 4D | 0 | 7 | 116 | 53 | 39 |
| Octal | 252 | 67 | 355 | 34 | 115 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101010 | 110111 | 11101101 | 11100 | 1001101 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #AA37ED
Complementary color
Monochromatic Colors of #AA37ED
Black with #AA37ED
Text Example
Text Example
White with #AA37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37ED; }
p { color: rgb(170,55,237); }
H1.HeaderClassName
{
color: #AA37ED;
}
.AnyTagClassName
{
color: #AA37ED;
}
</style>
background-color css
<style>
a { background-color: #AA37ED; }
a { background-color: rgb(170,55,237); }
div.DivClassName
{
background-color: #AA37ED;
}
.BgClassName
{
background-color: #AA37ED;
}
</style>
border-color css
<style>
span { border-color: #AA37ED; }
span { border-color: rgb(170,55,237); }
td.TdClassName
{
border-color: #AA37ED;
}
.TagClassName
{
border-color: #AA37ED;
}
</style>