Shades of Medium Purple #AA66ED
Tints of Medium Purple #AA66ED
RGB
CMYK
RGB Variations
Color information
#AA66ED (or 0xAA66ED) is known color: Medium Purple. HEX triplet: AA, 66 and ED. RGB value is (170,102,237). Sum of RGB (Red+Green+Blue) = 170+102+237=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA66ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66ED is #559912. Grayscale: #898989. Windows color (decimal): -5609747 or 15558314. OLE color: 15558314.
HSL color Cylindrical-coordinate representation of color #AA66ED: hue angle of 270.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA66ED is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 102 | 237 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.22º | 0.79% | 0.66% | - |
| HSV(B) | 270.22º | 0.57% | 0.93% | - |
| XYZ | 36.62 | 24.16 | 82.85 | - |
| YUV | 137.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 237 | 0.28 | 0.57 | 0 | 0.07 | 270.22 | 0.79 | 0.66 |
| Hex | AA | 66 | ED | 1C | 39 | 0 | 7 | 10E | 4F | 42 |
| Octal | 252 | 146 | 355 | 34 | 71 | 0 | 7 | 416 | 117 | 102 |
| Binary | 10101010 | 1100110 | 11101101 | 11100 | 111001 | 0 | 111 | 100001110 | 1001111 | 1000010 |
Color Harmonies of #AA66ED
Complementary color
Monochromatic Colors of #AA66ED
Black with #AA66ED
Text Example
Text Example
White with #AA66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66ED; }
p { color: rgb(170,102,237); }
H1.HeaderClassName
{
color: #AA66ED;
}
.AnyTagClassName
{
color: #AA66ED;
}
</style>
background-color css
<style>
a { background-color: #AA66ED; }
a { background-color: rgb(170,102,237); }
div.DivClassName
{
background-color: #AA66ED;
}
.BgClassName
{
background-color: #AA66ED;
}
</style>
border-color css
<style>
span { border-color: #AA66ED; }
span { border-color: rgb(170,102,237); }
td.TdClassName
{
border-color: #AA66ED;
}
.TagClassName
{
border-color: #AA66ED;
}
</style>