Shades of Medium Orchid #AA55CC
Tints of Medium Orchid #AA55CC
RGB
CMYK
RGB Variations
Color information
#AA55CC (or 0xAA55CC) is known color: Medium Orchid. HEX triplet: AA, 55 and CC. RGB value is (170,85,204). Sum of RGB (Red+Green+Blue) = 170+85+204=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55CC is #55AA33. Grayscale: #7B7B7B. Windows color (decimal): -5614132 or 13391274. OLE color: 13391274.
HSL color Cylindrical-coordinate representation of color #AA55CC: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA55CC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 85 | 204 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.2 |
| HSL | 282.86º | 0.54% | 0.57% | - |
| HSV(B) | 282.86º | 0.58% | 0.8% | - |
| XYZ | 30.73 | 19.4 | 59.25 | - |
| YUV | 123.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 204 | 0.17 | 0.58 | 0 | 0.2 | 282.86 | 0.54 | 0.57 |
| Hex | AA | 55 | CC | 11 | 3A | 0 | 14 | 11B | 36 | 39 |
| Octal | 252 | 125 | 314 | 21 | 72 | 0 | 24 | 433 | 66 | 71 |
| Binary | 10101010 | 1010101 | 11001100 | 10001 | 111010 | 0 | 10100 | 100011011 | 110110 | 111001 |
Color Harmonies of #AA55CC
Complementary color
Monochromatic Colors of #AA55CC
Black with #AA55CC
Text Example
Text Example
White with #AA55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55CC; }
p { color: rgb(170,85,204); }
H1.HeaderClassName
{
color: #AA55CC;
}
.AnyTagClassName
{
color: #AA55CC;
}
</style>
background-color css
<style>
a { background-color: #AA55CC; }
a { background-color: rgb(170,85,204); }
div.DivClassName
{
background-color: #AA55CC;
}
.BgClassName
{
background-color: #AA55CC;
}
</style>
border-color css
<style>
span { border-color: #AA55CC; }
span { border-color: rgb(170,85,204); }
td.TdClassName
{
border-color: #AA55CC;
}
.TagClassName
{
border-color: #AA55CC;
}
</style>