Shades of Medium Purple #AA77EB
Tints of Medium Purple #AA77EB
RGB
CMYK
RGB Variations
Color information
#AA77EB (or 0xAA77EB) is known color: Medium Purple. HEX triplet: AA, 77 and EB. RGB value is (170,119,235). Sum of RGB (Red+Green+Blue) = 170+119+235=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77EB is #558814. Grayscale: #939393. Windows color (decimal): -5605397 or 15431594. OLE color: 15431594.
HSL color Cylindrical-coordinate representation of color #AA77EB: hue angle of 266.38º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA77EB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 119 | 235 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.08 |
| HSL | 266.38º | 0.74% | 0.69% | - |
| HSV(B) | 266.38º | 0.49% | 0.92% | - |
| XYZ | 38.17 | 27.74 | 81.94 | - |
| YUV | 147.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 235 | 0.28 | 0.49 | 0 | 0.08 | 266.38 | 0.74 | 0.69 |
| Hex | AA | 77 | EB | 1C | 31 | 0 | 8 | 10A | 4A | 45 |
| Octal | 252 | 167 | 353 | 34 | 61 | 0 | 10 | 412 | 112 | 105 |
| Binary | 10101010 | 1110111 | 11101011 | 11100 | 110001 | 0 | 1000 | 100001010 | 1001010 | 1000101 |
Color Harmonies of #AA77EB
Complementary color
Monochromatic Colors of #AA77EB
Black with #AA77EB
Text Example
Text Example
White with #AA77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77EB; }
p { color: rgb(170,119,235); }
H1.HeaderClassName
{
color: #AA77EB;
}
.AnyTagClassName
{
color: #AA77EB;
}
</style>
background-color css
<style>
a { background-color: #AA77EB; }
a { background-color: rgb(170,119,235); }
div.DivClassName
{
background-color: #AA77EB;
}
.BgClassName
{
background-color: #AA77EB;
}
</style>
border-color css
<style>
span { border-color: #AA77EB; }
span { border-color: rgb(170,119,235); }
td.TdClassName
{
border-color: #AA77EB;
}
.TagClassName
{
border-color: #AA77EB;
}
</style>