Shades of Medium Purple #AA64ED
Tints of Medium Purple #AA64ED
RGB
CMYK
RGB Variations
Color information
#AA64ED (or 0xAA64ED) is known color: Medium Purple. HEX triplet: AA, 64 and ED. RGB value is (170,100,237). Sum of RGB (Red+Green+Blue) = 170+100+237=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA64ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64ED is #559B12. Grayscale: #888888. Windows color (decimal): -5610259 or 15557802. OLE color: 15557802.
HSL color Cylindrical-coordinate representation of color #AA64ED: hue angle of 270.66º degrees, saturation: 0.79, 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 #AA64ED is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 100 | 237 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.07 |
| HSL | 270.66º | 0.79% | 0.66% | - |
| HSV(B) | 270.66º | 0.58% | 0.93% | - |
| XYZ | 36.42 | 23.77 | 82.79 | - |
| YUV | 136.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 237 | 0.28 | 0.58 | 0 | 0.07 | 270.66 | 0.79 | 0.66 |
| Hex | AA | 64 | ED | 1C | 3A | 0 | 7 | 10F | 4F | 42 |
| Octal | 252 | 144 | 355 | 34 | 72 | 0 | 7 | 417 | 117 | 102 |
| Binary | 10101010 | 1100100 | 11101101 | 11100 | 111010 | 0 | 111 | 100001111 | 1001111 | 1000010 |
Color Harmonies of #AA64ED
Complementary color
Monochromatic Colors of #AA64ED
Black with #AA64ED
Text Example
Text Example
White with #AA64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64ED; }
p { color: rgb(170,100,237); }
H1.HeaderClassName
{
color: #AA64ED;
}
.AnyTagClassName
{
color: #AA64ED;
}
</style>
background-color css
<style>
a { background-color: #AA64ED; }
a { background-color: rgb(170,100,237); }
div.DivClassName
{
background-color: #AA64ED;
}
.BgClassName
{
background-color: #AA64ED;
}
</style>
border-color css
<style>
span { border-color: #AA64ED; }
span { border-color: rgb(170,100,237); }
td.TdClassName
{
border-color: #AA64ED;
}
.TagClassName
{
border-color: #AA64ED;
}
</style>