Shades of Medium Orchid #AA5ECC
Tints of Medium Orchid #AA5ECC
RGB
CMYK
RGB Variations
Color information
#AA5ECC (or 0xAA5ECC) is known color: Medium Orchid. HEX triplet: AA, 5E and CC. RGB value is (170,94,204). Sum of RGB (Red+Green+Blue) = 170+94+204=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECC is #55A133. Grayscale: #808080. Windows color (decimal): -5611828 or 13393578. OLE color: 13393578.
HSL color Cylindrical-coordinate representation of color #AA5ECC: hue angle of 281.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5ECC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 94 | 204 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.2 |
| HSL | 281.45º | 0.52% | 0.58% | - |
| HSV(B) | 281.45º | 0.54% | 0.8% | - |
| XYZ | 31.48 | 20.91 | 59.5 | - |
| YUV | 129.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 204 | 0.17 | 0.54 | 0 | 0.2 | 281.45 | 0.52 | 0.58 |
| Hex | AA | 5E | CC | 11 | 36 | 0 | 14 | 119 | 34 | 3A |
| Octal | 252 | 136 | 314 | 21 | 66 | 0 | 24 | 431 | 64 | 72 |
| Binary | 10101010 | 1011110 | 11001100 | 10001 | 110110 | 0 | 10100 | 100011001 | 110100 | 111010 |
Color Harmonies of #AA5ECC
Complementary color
Monochromatic Colors of #AA5ECC
Black with #AA5ECC
Text Example
Text Example
White with #AA5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ECC; }
p { color: rgb(170,94,204); }
H1.HeaderClassName
{
color: #AA5ECC;
}
.AnyTagClassName
{
color: #AA5ECC;
}
</style>
background-color css
<style>
a { background-color: #AA5ECC; }
a { background-color: rgb(170,94,204); }
div.DivClassName
{
background-color: #AA5ECC;
}
.BgClassName
{
background-color: #AA5ECC;
}
</style>
border-color css
<style>
span { border-color: #AA5ECC; }
span { border-color: rgb(170,94,204); }
td.TdClassName
{
border-color: #AA5ECC;
}
.TagClassName
{
border-color: #AA5ECC;
}
</style>