Shades of Medium Purple #AA76E6
Tints of Medium Purple #AA76E6
RGB
CMYK
RGB Variations
Color information
#AA76E6 (or 0xAA76E6) is known color: Medium Purple. HEX triplet: AA, 76 and E6. RGB value is (170,118,230). Sum of RGB (Red+Green+Blue) = 170+118+230=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA76E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76E6 is #558919. Grayscale: #919191. Windows color (decimal): -5605658 or 15103658. OLE color: 15103658.
HSL color Cylindrical-coordinate representation of color #AA76E6: hue angle of 267.86º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA76E6 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 118 | 230 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.10 |
| HSL | 267.86º | 0.69% | 0.68% | - |
| HSV(B) | 267.86º | 0.49% | 0.9% | - |
| XYZ | 37.34 | 27.22 | 78.15 | - |
| YUV | 146.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 230 | 0.26 | 0.49 | 0 | 0.10 | 267.86 | 0.69 | 0.68 |
| Hex | AA | 76 | E6 | 1A | 31 | 0 | A | 10C | 45 | 44 |
| Octal | 252 | 166 | 346 | 32 | 61 | 0 | 12 | 414 | 105 | 104 |
| Binary | 10101010 | 1110110 | 11100110 | 11010 | 110001 | 0 | 1010 | 100001100 | 1000101 | 1000100 |
Color Harmonies of #AA76E6
Complementary color
Monochromatic Colors of #AA76E6
Black with #AA76E6
Text Example
Text Example
White with #AA76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76E6; }
p { color: rgb(170,118,230); }
H1.HeaderClassName
{
color: #AA76E6;
}
.AnyTagClassName
{
color: #AA76E6;
}
</style>
background-color css
<style>
a { background-color: #AA76E6; }
a { background-color: rgb(170,118,230); }
div.DivClassName
{
background-color: #AA76E6;
}
.BgClassName
{
background-color: #AA76E6;
}
</style>
border-color css
<style>
span { border-color: #AA76E6; }
span { border-color: rgb(170,118,230); }
td.TdClassName
{
border-color: #AA76E6;
}
.TagClassName
{
border-color: #AA76E6;
}
</style>