Shades of Medium Purple #AA77DE
Tints of Medium Purple #AA77DE
RGB
CMYK
RGB Variations
Color information
#AA77DE (or 0xAA77DE) is known color: Medium Purple. HEX triplet: AA, 77 and DE. RGB value is (170,119,222). Sum of RGB (Red+Green+Blue) = 170+119+222=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA77DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DE is #558821. Grayscale: #919191. Windows color (decimal): -5605410 or 14579626. OLE color: 14579626.
HSL color Cylindrical-coordinate representation of color #AA77DE: hue angle of 269.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA77DE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 119 | 222 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 269.71º | 0.61% | 0.67% | - |
| HSV(B) | 269.71º | 0.46% | 0.87% | - |
| XYZ | 36.36 | 27.01 | 72.41 | - |
| YUV | 145.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 222 | 0.23 | 0.46 | 0 | 0.13 | 269.71 | 0.61 | 0.67 |
| Hex | AA | 77 | DE | 17 | 2E | 0 | D | 10E | 3D | 43 |
| Octal | 252 | 167 | 336 | 27 | 56 | 0 | 15 | 416 | 75 | 103 |
| Binary | 10101010 | 1110111 | 11011110 | 10111 | 101110 | 0 | 1101 | 100001110 | 111101 | 1000011 |
Color Harmonies of #AA77DE
Complementary color
Monochromatic Colors of #AA77DE
Black with #AA77DE
Text Example
Text Example
White with #AA77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77DE; }
p { color: rgb(170,119,222); }
H1.HeaderClassName
{
color: #AA77DE;
}
.AnyTagClassName
{
color: #AA77DE;
}
</style>
background-color css
<style>
a { background-color: #AA77DE; }
a { background-color: rgb(170,119,222); }
div.DivClassName
{
background-color: #AA77DE;
}
.BgClassName
{
background-color: #AA77DE;
}
</style>
border-color css
<style>
span { border-color: #AA77DE; }
span { border-color: rgb(170,119,222); }
td.TdClassName
{
border-color: #AA77DE;
}
.TagClassName
{
border-color: #AA77DE;
}
</style>