Shades of Medium Purple #AA77ED
Tints of Medium Purple #AA77ED
RGB
CMYK
RGB Variations
Color information
#AA77ED (or 0xAA77ED) is known color: Medium Purple. HEX triplet: AA, 77 and ED. RGB value is (170,119,237). Sum of RGB (Red+Green+Blue) = 170+119+237=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA77ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77ED is #558812. Grayscale: #939393. Windows color (decimal): -5605395 or 15562666. OLE color: 15562666.
HSL color Cylindrical-coordinate representation of color #AA77ED: hue angle of 265.93º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA77ED is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 119 | 237 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.07 |
| HSL | 265.93º | 0.77% | 0.7% | - |
| HSV(B) | 265.93º | 0.5% | 0.93% | - |
| XYZ | 38.46 | 27.85 | 83.47 | - |
| YUV | 147.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 237 | 0.28 | 0.50 | 0 | 0.07 | 265.93 | 0.77 | 0.7 |
| Hex | AA | 77 | ED | 1C | 32 | 0 | 7 | 10A | 4D | 46 |
| Octal | 252 | 167 | 355 | 34 | 62 | 0 | 7 | 412 | 115 | 106 |
| Binary | 10101010 | 1110111 | 11101101 | 11100 | 110010 | 0 | 111 | 100001010 | 1001101 | 1000110 |
Color Harmonies of #AA77ED
Complementary color
Monochromatic Colors of #AA77ED
Black with #AA77ED
Text Example
Text Example
White with #AA77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77ED; }
p { color: rgb(170,119,237); }
H1.HeaderClassName
{
color: #AA77ED;
}
.AnyTagClassName
{
color: #AA77ED;
}
</style>
background-color css
<style>
a { background-color: #AA77ED; }
a { background-color: rgb(170,119,237); }
div.DivClassName
{
background-color: #AA77ED;
}
.BgClassName
{
background-color: #AA77ED;
}
</style>
border-color css
<style>
span { border-color: #AA77ED; }
span { border-color: rgb(170,119,237); }
td.TdClassName
{
border-color: #AA77ED;
}
.TagClassName
{
border-color: #AA77ED;
}
</style>