Shades of Medium Purple #AA64EC
Tints of Medium Purple #AA64EC
RGB
CMYK
RGB Variations
Color information
#AA64EC (or 0xAA64EC) is known color: Medium Purple. HEX triplet: AA, 64 and EC. RGB value is (170,100,236). Sum of RGB (Red+Green+Blue) = 170+100+236=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64EC is #559B13. Grayscale: #878787. Windows color (decimal): -5610260 or 15492266. OLE color: 15492266.
HSL color Cylindrical-coordinate representation of color #AA64EC: hue angle of 270.88º degrees, saturation: 0.78, 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 #AA64EC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 100 | 236 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.07 |
| HSL | 270.88º | 0.78% | 0.66% | - |
| HSV(B) | 270.88º | 0.58% | 0.93% | - |
| XYZ | 36.28 | 23.72 | 82.02 | - |
| YUV | 136.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 236 | 0.28 | 0.58 | 0 | 0.07 | 270.88 | 0.78 | 0.66 |
| Hex | AA | 64 | EC | 1C | 3A | 0 | 7 | 10F | 4E | 42 |
| Octal | 252 | 144 | 354 | 34 | 72 | 0 | 7 | 417 | 116 | 102 |
| Binary | 10101010 | 1100100 | 11101100 | 11100 | 111010 | 0 | 111 | 100001111 | 1001110 | 1000010 |
Color Harmonies of #AA64EC
Complementary color
Monochromatic Colors of #AA64EC
Black with #AA64EC
Text Example
Text Example
White with #AA64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64EC; }
p { color: rgb(170,100,236); }
H1.HeaderClassName
{
color: #AA64EC;
}
.AnyTagClassName
{
color: #AA64EC;
}
</style>
background-color css
<style>
a { background-color: #AA64EC; }
a { background-color: rgb(170,100,236); }
div.DivClassName
{
background-color: #AA64EC;
}
.BgClassName
{
background-color: #AA64EC;
}
</style>
border-color css
<style>
span { border-color: #AA64EC; }
span { border-color: rgb(170,100,236); }
td.TdClassName
{
border-color: #AA64EC;
}
.TagClassName
{
border-color: #AA64EC;
}
</style>