Shades of Medium Orchid #AA5ACE
Tints of Medium Orchid #AA5ACE
RGB
CMYK
RGB Variations
Color information
#AA5ACE (or 0xAA5ACE) is known color: Medium Orchid. HEX triplet: AA, 5A and CE. RGB value is (170,90,206). Sum of RGB (Red+Green+Blue) = 170+90+206=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ACE is #55A531. Grayscale: #7E7E7E. Windows color (decimal): -5612850 or 13523626. OLE color: 13523626.
HSL color Cylindrical-coordinate representation of color #AA5ACE: hue angle of 281.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA5ACE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 90 | 206 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.19 |
| HSL | 281.38º | 0.54% | 0.58% | - |
| HSV(B) | 281.38º | 0.56% | 0.81% | - |
| XYZ | 31.37 | 20.31 | 60.66 | - |
| YUV | 127.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 206 | 0.17 | 0.56 | 0 | 0.19 | 281.38 | 0.54 | 0.58 |
| Hex | AA | 5A | CE | 11 | 38 | 0 | 13 | 119 | 36 | 3A |
| Octal | 252 | 132 | 316 | 21 | 70 | 0 | 23 | 431 | 66 | 72 |
| Binary | 10101010 | 1011010 | 11001110 | 10001 | 111000 | 0 | 10011 | 100011001 | 110110 | 111010 |
Color Harmonies of #AA5ACE
Complementary color
Monochromatic Colors of #AA5ACE
Black with #AA5ACE
Text Example
Text Example
White with #AA5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ACE; }
p { color: rgb(170,90,206); }
H1.HeaderClassName
{
color: #AA5ACE;
}
.AnyTagClassName
{
color: #AA5ACE;
}
</style>
background-color css
<style>
a { background-color: #AA5ACE; }
a { background-color: rgb(170,90,206); }
div.DivClassName
{
background-color: #AA5ACE;
}
.BgClassName
{
background-color: #AA5ACE;
}
</style>
border-color css
<style>
span { border-color: #AA5ACE; }
span { border-color: rgb(170,90,206); }
td.TdClassName
{
border-color: #AA5ACE;
}
.TagClassName
{
border-color: #AA5ACE;
}
</style>