Shades of Medium Orchid #AA55CE
Tints of Medium Orchid #AA55CE
RGB
CMYK
RGB Variations
Color information
#AA55CE (or 0xAA55CE) is known color: Medium Orchid. HEX triplet: AA, 55 and CE. RGB value is (170,85,206). Sum of RGB (Red+Green+Blue) = 170+85+206=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55CE is #55AA31. Grayscale: #7B7B7B. Windows color (decimal): -5614130 or 13522346. OLE color: 13522346.
HSL color Cylindrical-coordinate representation of color #AA55CE: hue angle of 282.15º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA55CE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 85 | 206 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.19 |
| HSL | 282.15º | 0.55% | 0.57% | - |
| HSV(B) | 282.15º | 0.59% | 0.81% | - |
| XYZ | 30.97 | 19.5 | 60.52 | - |
| YUV | 124.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 206 | 0.17 | 0.59 | 0 | 0.19 | 282.15 | 0.55 | 0.57 |
| Hex | AA | 55 | CE | 11 | 3B | 0 | 13 | 11A | 37 | 39 |
| Octal | 252 | 125 | 316 | 21 | 73 | 0 | 23 | 432 | 67 | 71 |
| Binary | 10101010 | 1010101 | 11001110 | 10001 | 111011 | 0 | 10011 | 100011010 | 110111 | 111001 |
Color Harmonies of #AA55CE
Complementary color
Monochromatic Colors of #AA55CE
Black with #AA55CE
Text Example
Text Example
White with #AA55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55CE; }
p { color: rgb(170,85,206); }
H1.HeaderClassName
{
color: #AA55CE;
}
.AnyTagClassName
{
color: #AA55CE;
}
</style>
background-color css
<style>
a { background-color: #AA55CE; }
a { background-color: rgb(170,85,206); }
div.DivClassName
{
background-color: #AA55CE;
}
.BgClassName
{
background-color: #AA55CE;
}
</style>
border-color css
<style>
span { border-color: #AA55CE; }
span { border-color: rgb(170,85,206); }
td.TdClassName
{
border-color: #AA55CE;
}
.TagClassName
{
border-color: #AA55CE;
}
</style>