Shades of Medium Orchid #AA5AD5
Tints of Medium Orchid #AA5AD5
RGB
CMYK
RGB Variations
Color information
#AA5AD5 (or 0xAA5AD5) is known color: Medium Orchid. HEX triplet: AA, 5A and D5. RGB value is (170,90,213). Sum of RGB (Red+Green+Blue) = 170+90+213=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA5AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AD5 is #55A52A. Grayscale: #7F7F7F. Windows color (decimal): -5612843 or 13982378. OLE color: 13982378.
HSL color Cylindrical-coordinate representation of color #AA5AD5: hue angle of 279.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5AD5 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 90 | 213 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.16 |
| HSL | 279.02º | 0.59% | 0.59% | - |
| HSV(B) | 279.02º | 0.58% | 0.84% | - |
| XYZ | 32.24 | 20.66 | 65.24 | - |
| YUV | 127.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 213 | 0.20 | 0.58 | 0 | 0.16 | 279.02 | 0.59 | 0.59 |
| Hex | AA | 5A | D5 | 14 | 3A | 0 | 10 | 117 | 3B | 3B |
| Octal | 252 | 132 | 325 | 24 | 72 | 0 | 20 | 427 | 73 | 73 |
| Binary | 10101010 | 1011010 | 11010101 | 10100 | 111010 | 0 | 10000 | 100010111 | 111011 | 111011 |
Color Harmonies of #AA5AD5
Complementary color
Monochromatic Colors of #AA5AD5
Black with #AA5AD5
Text Example
Text Example
White with #AA5AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AD5; }
p { color: rgb(170,90,213); }
H1.HeaderClassName
{
color: #AA5AD5;
}
.AnyTagClassName
{
color: #AA5AD5;
}
</style>
background-color css
<style>
a { background-color: #AA5AD5; }
a { background-color: rgb(170,90,213); }
div.DivClassName
{
background-color: #AA5AD5;
}
.BgClassName
{
background-color: #AA5AD5;
}
</style>
border-color css
<style>
span { border-color: #AA5AD5; }
span { border-color: rgb(170,90,213); }
td.TdClassName
{
border-color: #AA5AD5;
}
.TagClassName
{
border-color: #AA5AD5;
}
</style>