Shades of Medium Orchid #AA4EEA
Tints of Medium Orchid #AA4EEA
RGB
CMYK
RGB Variations
Color information
#AA4EEA (or 0xAA4EEA) is known color: Medium Orchid. HEX triplet: AA, 4E and EA. RGB value is (170,78,234). Sum of RGB (Red+Green+Blue) = 170+78+234=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEA is #55B115. Grayscale: #7A7A7A. Windows color (decimal): -5615894 or 15355562. OLE color: 15355562.
HSL color Cylindrical-coordinate representation of color #AA4EEA: hue angle of 275.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4EEA is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 78 | 234 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.08 |
| HSL | 275.38º | 0.79% | 0.61% | - |
| HSV(B) | 275.38º | 0.67% | 0.92% | - |
| XYZ | 34.15 | 19.94 | 79.89 | - |
| YUV | 123.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 234 | 0.27 | 0.67 | 0 | 0.08 | 275.38 | 0.79 | 0.61 |
| Hex | AA | 4E | EA | 1B | 43 | 0 | 8 | 113 | 4F | 3D |
| Octal | 252 | 116 | 352 | 33 | 103 | 0 | 10 | 423 | 117 | 75 |
| Binary | 10101010 | 1001110 | 11101010 | 11011 | 1000011 | 0 | 1000 | 100010011 | 1001111 | 111101 |
Color Harmonies of #AA4EEA
Complementary color
Monochromatic Colors of #AA4EEA
Black with #AA4EEA
Text Example
Text Example
White with #AA4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EEA; }
p { color: rgb(170,78,234); }
H1.HeaderClassName
{
color: #AA4EEA;
}
.AnyTagClassName
{
color: #AA4EEA;
}
</style>
background-color css
<style>
a { background-color: #AA4EEA; }
a { background-color: rgb(170,78,234); }
div.DivClassName
{
background-color: #AA4EEA;
}
.BgClassName
{
background-color: #AA4EEA;
}
</style>
border-color css
<style>
span { border-color: #AA4EEA; }
span { border-color: rgb(170,78,234); }
td.TdClassName
{
border-color: #AA4EEA;
}
.TagClassName
{
border-color: #AA4EEA;
}
</style>