Shades of Medium Purple #AA64EB
Tints of Medium Purple #AA64EB
RGB
CMYK
RGB Variations
Color information
#AA64EB (or 0xAA64EB) is known color: Medium Purple. HEX triplet: AA, 64 and EB. RGB value is (170,100,235). Sum of RGB (Red+Green+Blue) = 170+100+235=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64EB is #559B14. Grayscale: #878787. Windows color (decimal): -5610261 or 15426730. OLE color: 15426730.
HSL color Cylindrical-coordinate representation of color #AA64EB: hue angle of 271.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA64EB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 100 | 235 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.08 |
| HSL | 271.11º | 0.77% | 0.66% | - |
| HSV(B) | 271.11º | 0.57% | 0.92% | - |
| XYZ | 36.13 | 23.66 | 81.26 | - |
| YUV | 136.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 235 | 0.28 | 0.57 | 0 | 0.08 | 271.11 | 0.77 | 0.66 |
| Hex | AA | 64 | EB | 1C | 39 | 0 | 8 | 10F | 4D | 42 |
| Octal | 252 | 144 | 353 | 34 | 71 | 0 | 10 | 417 | 115 | 102 |
| Binary | 10101010 | 1100100 | 11101011 | 11100 | 111001 | 0 | 1000 | 100001111 | 1001101 | 1000010 |
Color Harmonies of #AA64EB
Complementary color
Monochromatic Colors of #AA64EB
Black with #AA64EB
Text Example
Text Example
White with #AA64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64EB; }
p { color: rgb(170,100,235); }
H1.HeaderClassName
{
color: #AA64EB;
}
.AnyTagClassName
{
color: #AA64EB;
}
</style>
background-color css
<style>
a { background-color: #AA64EB; }
a { background-color: rgb(170,100,235); }
div.DivClassName
{
background-color: #AA64EB;
}
.BgClassName
{
background-color: #AA64EB;
}
</style>
border-color css
<style>
span { border-color: #AA64EB; }
span { border-color: rgb(170,100,235); }
td.TdClassName
{
border-color: #AA64EB;
}
.TagClassName
{
border-color: #AA64EB;
}
</style>