Shades of Blue Violet #AA36EE
Tints of Blue Violet #AA36EE
RGB
CMYK
RGB Variations
Color information
#AA36EE (or 0xAA36EE) is known color: Blue Violet. HEX triplet: AA, 36 and EE. RGB value is (170,54,238). Sum of RGB (Red+Green+Blue) = 170+54+238=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA36EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA36EE is #55C911. Grayscale: #6D6D6D. Windows color (decimal): -5622034 or 15611562. OLE color: 15611562.
HSL color Cylindrical-coordinate representation of color #AA36EE: hue angle of 277.83º 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 #AA36EE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 54 | 238 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.07 |
| HSL | 277.83º | 0.84% | 0.57% | - |
| HSV(B) | 277.83º | 0.77% | 0.93% | - |
| XYZ | 33.33 | 17.36 | 82.48 | - |
| YUV | 109.66 | 200.43 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 238 | 0.29 | 0.77 | 0 | 0.07 | 277.83 | 0.84 | 0.57 |
| Hex | AA | 36 | EE | 1D | 4D | 0 | 7 | 116 | 54 | 39 |
| Octal | 252 | 66 | 356 | 35 | 115 | 0 | 7 | 426 | 124 | 71 |
| Binary | 10101010 | 110110 | 11101110 | 11101 | 1001101 | 0 | 111 | 100010110 | 1010100 | 111001 |
Color Harmonies of #AA36EE
Complementary color
Monochromatic Colors of #AA36EE
Black with #AA36EE
Text Example
Text Example
White with #AA36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36EE; }
p { color: rgb(170,54,238); }
H1.HeaderClassName
{
color: #AA36EE;
}
.AnyTagClassName
{
color: #AA36EE;
}
</style>
background-color css
<style>
a { background-color: #AA36EE; }
a { background-color: rgb(170,54,238); }
div.DivClassName
{
background-color: #AA36EE;
}
.BgClassName
{
background-color: #AA36EE;
}
</style>
border-color css
<style>
span { border-color: #AA36EE; }
span { border-color: rgb(170,54,238); }
td.TdClassName
{
border-color: #AA36EE;
}
.TagClassName
{
border-color: #AA36EE;
}
</style>