Shades of Medium Orchid #AA4DEE
Tints of Medium Orchid #AA4DEE
RGB
CMYK
RGB Variations
Color information
#AA4DEE (or 0xAA4DEE) is known color: Medium Orchid. HEX triplet: AA, 4D and EE. RGB value is (170,77,238). Sum of RGB (Red+Green+Blue) = 170+77+238=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DEE is #55B211. Grayscale: #7A7A7A. Windows color (decimal): -5616146 or 15617450. OLE color: 15617450.
HSL color Cylindrical-coordinate representation of color #AA4DEE: hue angle of 274.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4DEE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 77 | 238 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.66º | 0.83% | 0.62% | - |
| HSV(B) | 274.66º | 0.68% | 0.93% | - |
| XYZ | 34.66 | 20.03 | 82.93 | - |
| YUV | 123.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 238 | 0.29 | 0.68 | 0 | 0.07 | 274.66 | 0.83 | 0.62 |
| Hex | AA | 4D | EE | 1D | 44 | 0 | 7 | 113 | 53 | 3E |
| Octal | 252 | 115 | 356 | 35 | 104 | 0 | 7 | 423 | 123 | 76 |
| Binary | 10101010 | 1001101 | 11101110 | 11101 | 1000100 | 0 | 111 | 100010011 | 1010011 | 111110 |
Color Harmonies of #AA4DEE
Complementary color
Monochromatic Colors of #AA4DEE
Black with #AA4DEE
Text Example
Text Example
White with #AA4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DEE; }
p { color: rgb(170,77,238); }
H1.HeaderClassName
{
color: #AA4DEE;
}
.AnyTagClassName
{
color: #AA4DEE;
}
</style>
background-color css
<style>
a { background-color: #AA4DEE; }
a { background-color: rgb(170,77,238); }
div.DivClassName
{
background-color: #AA4DEE;
}
.BgClassName
{
background-color: #AA4DEE;
}
</style>
border-color css
<style>
span { border-color: #AA4DEE; }
span { border-color: rgb(170,77,238); }
td.TdClassName
{
border-color: #AA4DEE;
}
.TagClassName
{
border-color: #AA4DEE;
}
</style>