Shades of Blue Violet #AA37EF
Tints of Blue Violet #AA37EF
RGB
CMYK
RGB Variations
Color information
#AA37EF (or 0xAA37EF) is known color: Blue Violet. HEX triplet: AA, 37 and EF. RGB value is (170,55,239). Sum of RGB (Red+Green+Blue) = 170+55+239=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA37EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37EF is #55C810. Grayscale: #6D6D6D. Windows color (decimal): -5621777 or 15677354. OLE color: 15677354.
HSL color Cylindrical-coordinate representation of color #AA37EF: hue angle of 277.5º degrees, saturation: 0.85, 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 #AA37EF is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 55 | 239 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.06 |
| HSL | 277.5º | 0.85% | 0.58% | - |
| HSV(B) | 277.5º | 0.77% | 0.94% | - |
| XYZ | 33.52 | 17.51 | 83.27 | - |
| YUV | 110.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 239 | 0.29 | 0.77 | 0 | 0.06 | 277.5 | 0.85 | 0.58 |
| Hex | AA | 37 | EF | 1D | 4D | 0 | 6 | 116 | 55 | 3A |
| Octal | 252 | 67 | 357 | 35 | 115 | 0 | 6 | 426 | 125 | 72 |
| Binary | 10101010 | 110111 | 11101111 | 11101 | 1001101 | 0 | 110 | 100010110 | 1010101 | 111010 |
Color Harmonies of #AA37EF
Complementary color
Monochromatic Colors of #AA37EF
Black with #AA37EF
Text Example
Text Example
White with #AA37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37EF; }
p { color: rgb(170,55,239); }
H1.HeaderClassName
{
color: #AA37EF;
}
.AnyTagClassName
{
color: #AA37EF;
}
</style>
background-color css
<style>
a { background-color: #AA37EF; }
a { background-color: rgb(170,55,239); }
div.DivClassName
{
background-color: #AA37EF;
}
.BgClassName
{
background-color: #AA37EF;
}
</style>
border-color css
<style>
span { border-color: #AA37EF; }
span { border-color: rgb(170,55,239); }
td.TdClassName
{
border-color: #AA37EF;
}
.TagClassName
{
border-color: #AA37EF;
}
</style>