Shades of Medium Orchid #AA4EEC
Tints of Medium Orchid #AA4EEC
RGB
CMYK
RGB Variations
Color information
#AA4EEC (or 0xAA4EEC) is known color: Medium Orchid. HEX triplet: AA, 4E and EC. RGB value is (170,78,236). Sum of RGB (Red+Green+Blue) = 170+78+236=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEC is #55B113. Grayscale: #7A7A7A. Windows color (decimal): -5615892 or 15486634. OLE color: 15486634.
HSL color Cylindrical-coordinate representation of color #AA4EEC: hue angle of 274.94º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4EEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 78 | 236 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 274.94º | 0.81% | 0.62% | - |
| HSV(B) | 274.94º | 0.67% | 0.93% | - |
| XYZ | 34.44 | 20.05 | 81.41 | - |
| YUV | 123.52 | 191.48 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 236 | 0.28 | 0.67 | 0 | 0.07 | 274.94 | 0.81 | 0.62 |
| Hex | AA | 4E | EC | 1C | 43 | 0 | 7 | 113 | 51 | 3E |
| Octal | 252 | 116 | 354 | 34 | 103 | 0 | 7 | 423 | 121 | 76 |
| Binary | 10101010 | 1001110 | 11101100 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010001 | 111110 |
Color Harmonies of #AA4EEC
Complementary color
Monochromatic Colors of #AA4EEC
Black with #AA4EEC
Text Example
Text Example
White with #AA4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EEC; }
p { color: rgb(170,78,236); }
H1.HeaderClassName
{
color: #AA4EEC;
}
.AnyTagClassName
{
color: #AA4EEC;
}
</style>
background-color css
<style>
a { background-color: #AA4EEC; }
a { background-color: rgb(170,78,236); }
div.DivClassName
{
background-color: #AA4EEC;
}
.BgClassName
{
background-color: #AA4EEC;
}
</style>
border-color css
<style>
span { border-color: #AA4EEC; }
span { border-color: rgb(170,78,236); }
td.TdClassName
{
border-color: #AA4EEC;
}
.TagClassName
{
border-color: #AA4EEC;
}
</style>