Shades of Medium Orchid #AA4EEE
Tints of Medium Orchid #AA4EEE
RGB
CMYK
RGB Variations
Color information
#AA4EEE (or 0xAA4EEE) is known color: Medium Orchid. HEX triplet: AA, 4E and EE. RGB value is (170,78,238). Sum of RGB (Red+Green+Blue) = 170+78+238=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEE is #55B111. Grayscale: #7B7B7B. Windows color (decimal): -5615890 or 15617706. OLE color: 15617706.
HSL color Cylindrical-coordinate representation of color #AA4EEE: hue angle of 274.5º degrees, saturation: 0.82, 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 #AA4EEE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 78 | 238 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.07 |
| HSL | 274.5º | 0.82% | 0.62% | - |
| HSV(B) | 274.5º | 0.67% | 0.93% | - |
| XYZ | 34.73 | 20.17 | 82.95 | - |
| YUV | 123.75 | 192.48 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 238 | 0.29 | 0.67 | 0 | 0.07 | 274.5 | 0.82 | 0.62 |
| Hex | AA | 4E | EE | 1D | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 252 | 116 | 356 | 35 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101010 | 1001110 | 11101110 | 11101 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #AA4EEE
Complementary color
Monochromatic Colors of #AA4EEE
Black with #AA4EEE
Text Example
Text Example
White with #AA4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EEE; }
p { color: rgb(170,78,238); }
H1.HeaderClassName
{
color: #AA4EEE;
}
.AnyTagClassName
{
color: #AA4EEE;
}
</style>
background-color css
<style>
a { background-color: #AA4EEE; }
a { background-color: rgb(170,78,238); }
div.DivClassName
{
background-color: #AA4EEE;
}
.BgClassName
{
background-color: #AA4EEE;
}
</style>
border-color css
<style>
span { border-color: #AA4EEE; }
span { border-color: rgb(170,78,238); }
td.TdClassName
{
border-color: #AA4EEE;
}
.TagClassName
{
border-color: #AA4EEE;
}
</style>