Shades of Medium Orchid #AA4EED
Tints of Medium Orchid #AA4EED
RGB
CMYK
RGB Variations
Color information
#AA4EED (or 0xAA4EED) is known color: Medium Orchid. HEX triplet: AA, 4E and ED. RGB value is (170,78,237). Sum of RGB (Red+Green+Blue) = 170+78+237=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EED is #55B112. Grayscale: #7B7B7B. Windows color (decimal): -5615891 or 15552170. OLE color: 15552170.
HSL color Cylindrical-coordinate representation of color #AA4EED: hue angle of 274.72º 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 #AA4EED is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 78 | 237 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 274.72º | 0.82% | 0.62% | - |
| HSV(B) | 274.72º | 0.67% | 0.93% | - |
| XYZ | 34.59 | 20.11 | 82.18 | - |
| YUV | 123.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 237 | 0.28 | 0.67 | 0 | 0.07 | 274.72 | 0.82 | 0.62 |
| Hex | AA | 4E | ED | 1C | 43 | 0 | 7 | 113 | 52 | 3E |
| Octal | 252 | 116 | 355 | 34 | 103 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101010 | 1001110 | 11101101 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AA4EED
Complementary color
Monochromatic Colors of #AA4EED
Black with #AA4EED
Text Example
Text Example
White with #AA4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EED; }
p { color: rgb(170,78,237); }
H1.HeaderClassName
{
color: #AA4EED;
}
.AnyTagClassName
{
color: #AA4EED;
}
</style>
background-color css
<style>
a { background-color: #AA4EED; }
a { background-color: rgb(170,78,237); }
div.DivClassName
{
background-color: #AA4EED;
}
.BgClassName
{
background-color: #AA4EED;
}
</style>
border-color css
<style>
span { border-color: #AA4EED; }
span { border-color: rgb(170,78,237); }
td.TdClassName
{
border-color: #AA4EED;
}
.TagClassName
{
border-color: #AA4EED;
}
</style>