Shades of Medium Purple #AA64EE
Tints of Medium Purple #AA64EE
RGB
CMYK
RGB Variations
Color information
#AA64EE (or 0xAA64EE) is known color: Medium Purple. HEX triplet: AA, 64 and EE. RGB value is (170,100,238). Sum of RGB (Red+Green+Blue) = 170+100+238=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA64EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64EE is #559B11. Grayscale: #888888. Windows color (decimal): -5610258 or 15623338. OLE color: 15623338.
HSL color Cylindrical-coordinate representation of color #AA64EE: hue angle of 270.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA64EE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 100 | 238 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.07 |
| HSL | 270.43º | 0.8% | 0.66% | - |
| HSV(B) | 270.43º | 0.58% | 0.93% | - |
| XYZ | 36.57 | 23.83 | 83.56 | - |
| YUV | 136.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 238 | 0.29 | 0.58 | 0 | 0.07 | 270.43 | 0.8 | 0.66 |
| Hex | AA | 64 | EE | 1D | 3A | 0 | 7 | 10E | 50 | 42 |
| Octal | 252 | 144 | 356 | 35 | 72 | 0 | 7 | 416 | 120 | 102 |
| Binary | 10101010 | 1100100 | 11101110 | 11101 | 111010 | 0 | 111 | 100001110 | 1010000 | 1000010 |
Color Harmonies of #AA64EE
Complementary color
Monochromatic Colors of #AA64EE
Black with #AA64EE
Text Example
Text Example
White with #AA64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64EE; }
p { color: rgb(170,100,238); }
H1.HeaderClassName
{
color: #AA64EE;
}
.AnyTagClassName
{
color: #AA64EE;
}
</style>
background-color css
<style>
a { background-color: #AA64EE; }
a { background-color: rgb(170,100,238); }
div.DivClassName
{
background-color: #AA64EE;
}
.BgClassName
{
background-color: #AA64EE;
}
</style>
border-color css
<style>
span { border-color: #AA64EE; }
span { border-color: rgb(170,100,238); }
td.TdClassName
{
border-color: #AA64EE;
}
.TagClassName
{
border-color: #AA64EE;
}
</style>