Shades of Medium Purple #AA60ED
Tints of Medium Purple #AA60ED
RGB
CMYK
RGB Variations
Color information
#AA60ED (or 0xAA60ED) is known color: Medium Purple. HEX triplet: AA, 60 and ED. RGB value is (170,96,237). Sum of RGB (Red+Green+Blue) = 170+96+237=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA60ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60ED is #559F12. Grayscale: #858585. Windows color (decimal): -5611283 or 15556778. OLE color: 15556778.
HSL color Cylindrical-coordinate representation of color #AA60ED: hue angle of 271.49º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA60ED is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 96 | 237 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.07 |
| HSL | 271.49º | 0.8% | 0.65% | - |
| HSV(B) | 271.49º | 0.59% | 0.93% | - |
| XYZ | 36.05 | 23.03 | 82.67 | - |
| YUV | 134.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 237 | 0.28 | 0.59 | 0 | 0.07 | 271.49 | 0.8 | 0.65 |
| Hex | AA | 60 | ED | 1C | 3B | 0 | 7 | 10F | 50 | 41 |
| Octal | 252 | 140 | 355 | 34 | 73 | 0 | 7 | 417 | 120 | 101 |
| Binary | 10101010 | 1100000 | 11101101 | 11100 | 111011 | 0 | 111 | 100001111 | 1010000 | 1000001 |
Color Harmonies of #AA60ED
Complementary color
Monochromatic Colors of #AA60ED
Black with #AA60ED
Text Example
Text Example
White with #AA60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60ED; }
p { color: rgb(170,96,237); }
H1.HeaderClassName
{
color: #AA60ED;
}
.AnyTagClassName
{
color: #AA60ED;
}
</style>
background-color css
<style>
a { background-color: #AA60ED; }
a { background-color: rgb(170,96,237); }
div.DivClassName
{
background-color: #AA60ED;
}
.BgClassName
{
background-color: #AA60ED;
}
</style>
border-color css
<style>
span { border-color: #AA60ED; }
span { border-color: rgb(170,96,237); }
td.TdClassName
{
border-color: #AA60ED;
}
.TagClassName
{
border-color: #AA60ED;
}
</style>