Shades of Medium Orchid #AA4EEF
Tints of Medium Orchid #AA4EEF
RGB
CMYK
RGB Variations
Color information
#AA4EEF (or 0xAA4EEF) is known color: Medium Orchid. HEX triplet: AA, 4E and EF. RGB value is (170,78,239). Sum of RGB (Red+Green+Blue) = 170+78+239=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEF is #55B110. Grayscale: #7B7B7B. Windows color (decimal): -5615889 or 15683242. OLE color: 15683242.
HSL color Cylindrical-coordinate representation of color #AA4EEF: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4EEF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 78 | 239 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.06 |
| HSL | 274.29º | 0.83% | 0.62% | - |
| HSV(B) | 274.29º | 0.67% | 0.94% | - |
| XYZ | 34.88 | 20.23 | 83.73 | - |
| YUV | 123.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 239 | 0.29 | 0.67 | 0 | 0.06 | 274.29 | 0.83 | 0.62 |
| Hex | AA | 4E | EF | 1D | 43 | 0 | 6 | 112 | 53 | 3E |
| Octal | 252 | 116 | 357 | 35 | 103 | 0 | 6 | 422 | 123 | 76 |
| Binary | 10101010 | 1001110 | 11101111 | 11101 | 1000011 | 0 | 110 | 100010010 | 1010011 | 111110 |
Color Harmonies of #AA4EEF
Complementary color
Monochromatic Colors of #AA4EEF
Black with #AA4EEF
Text Example
Text Example
White with #AA4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EEF; }
p { color: rgb(170,78,239); }
H1.HeaderClassName
{
color: #AA4EEF;
}
.AnyTagClassName
{
color: #AA4EEF;
}
</style>
background-color css
<style>
a { background-color: #AA4EEF; }
a { background-color: rgb(170,78,239); }
div.DivClassName
{
background-color: #AA4EEF;
}
.BgClassName
{
background-color: #AA4EEF;
}
</style>
border-color css
<style>
span { border-color: #AA4EEF; }
span { border-color: rgb(170,78,239); }
td.TdClassName
{
border-color: #AA4EEF;
}
.TagClassName
{
border-color: #AA4EEF;
}
</style>