Shades of Medium Orchid #AA4EC7
Tints of Medium Orchid #AA4EC7
RGB
CMYK
RGB Variations
Color information
#AA4EC7 (or 0xAA4EC7) is known color: Medium Orchid. HEX triplet: AA, 4E and C7. RGB value is (170,78,199). Sum of RGB (Red+Green+Blue) = 170+78+199=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA4EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC7 is #55B138. Grayscale: #767676. Windows color (decimal): -5615929 or 13061802. OLE color: 13061802.
HSL color Cylindrical-coordinate representation of color #AA4EC7: hue angle of 285.62º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4EC7 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 78 | 199 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.22 |
| HSL | 285.62º | 0.52% | 0.54% | - |
| HSV(B) | 285.62º | 0.61% | 0.78% | - |
| XYZ | 29.61 | 18.12 | 55.97 | - |
| YUV | 119.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 199 | 0.15 | 0.61 | 0 | 0.22 | 285.62 | 0.52 | 0.54 |
| Hex | AA | 4E | C7 | F | 3D | 0 | 16 | 11E | 34 | 36 |
| Octal | 252 | 116 | 307 | 17 | 75 | 0 | 26 | 436 | 64 | 66 |
| Binary | 10101010 | 1001110 | 11000111 | 1111 | 111101 | 0 | 10110 | 100011110 | 110100 | 110110 |
Color Harmonies of #AA4EC7
Complementary color
Monochromatic Colors of #AA4EC7
Black with #AA4EC7
Text Example
Text Example
White with #AA4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EC7; }
p { color: rgb(170,78,199); }
H1.HeaderClassName
{
color: #AA4EC7;
}
.AnyTagClassName
{
color: #AA4EC7;
}
</style>
background-color css
<style>
a { background-color: #AA4EC7; }
a { background-color: rgb(170,78,199); }
div.DivClassName
{
background-color: #AA4EC7;
}
.BgClassName
{
background-color: #AA4EC7;
}
</style>
border-color css
<style>
span { border-color: #AA4EC7; }
span { border-color: rgb(170,78,199); }
td.TdClassName
{
border-color: #AA4EC7;
}
.TagClassName
{
border-color: #AA4EC7;
}
</style>