Shades of Medium Orchid #AA4EE8
Tints of Medium Orchid #AA4EE8
RGB
CMYK
RGB Variations
Color information
#AA4EE8 (or 0xAA4EE8) is known color: Medium Orchid. HEX triplet: AA, 4E and E8. RGB value is (170,78,232). Sum of RGB (Red+Green+Blue) = 170+78+232=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA4EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EE8 is #55B117. Grayscale: #7A7A7A. Windows color (decimal): -5615896 or 15224490. OLE color: 15224490.
HSL color Cylindrical-coordinate representation of color #AA4EE8: hue angle of 275.84º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4EE8 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 78 | 232 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.09 |
| HSL | 275.84º | 0.77% | 0.61% | - |
| HSV(B) | 275.84º | 0.66% | 0.91% | - |
| XYZ | 33.87 | 19.82 | 78.38 | - |
| YUV | 123.06 | 189.48 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 232 | 0.27 | 0.66 | 0 | 0.09 | 275.84 | 0.77 | 0.61 |
| Hex | AA | 4E | E8 | 1B | 42 | 0 | 9 | 114 | 4D | 3D |
| Octal | 252 | 116 | 350 | 33 | 102 | 0 | 11 | 424 | 115 | 75 |
| Binary | 10101010 | 1001110 | 11101000 | 11011 | 1000010 | 0 | 1001 | 100010100 | 1001101 | 111101 |
Color Harmonies of #AA4EE8
Complementary color
Monochromatic Colors of #AA4EE8
Black with #AA4EE8
Text Example
Text Example
White with #AA4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EE8; }
p { color: rgb(170,78,232); }
H1.HeaderClassName
{
color: #AA4EE8;
}
.AnyTagClassName
{
color: #AA4EE8;
}
</style>
background-color css
<style>
a { background-color: #AA4EE8; }
a { background-color: rgb(170,78,232); }
div.DivClassName
{
background-color: #AA4EE8;
}
.BgClassName
{
background-color: #AA4EE8;
}
</style>
border-color css
<style>
span { border-color: #AA4EE8; }
span { border-color: rgb(170,78,232); }
td.TdClassName
{
border-color: #AA4EE8;
}
.TagClassName
{
border-color: #AA4EE8;
}
</style>