Shades of Medium Orchid #AA4DE8
Tints of Medium Orchid #AA4DE8
RGB
CMYK
RGB Variations
Color information
#AA4DE8 (or 0xAA4DE8) is known color: Medium Orchid. HEX triplet: AA, 4D and E8. RGB value is (170,77,232). Sum of RGB (Red+Green+Blue) = 170+77+232=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA4DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DE8 is #55B217. Grayscale: #797979. Windows color (decimal): -5616152 or 15224234. OLE color: 15224234.
HSL color Cylindrical-coordinate representation of color #AA4DE8: hue angle of 276º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4DE8 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 77 | 232 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.09 |
| HSL | 276º | 0.77% | 0.61% | - |
| HSV(B) | 276º | 0.67% | 0.91% | - |
| XYZ | 33.8 | 19.68 | 78.36 | - |
| YUV | 122.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 232 | 0.27 | 0.67 | 0 | 0.09 | 276 | 0.77 | 0.61 |
| Hex | AA | 4D | E8 | 1B | 43 | 0 | 9 | 114 | 4D | 3D |
| Octal | 252 | 115 | 350 | 33 | 103 | 0 | 11 | 424 | 115 | 75 |
| Binary | 10101010 | 1001101 | 11101000 | 11011 | 1000011 | 0 | 1001 | 100010100 | 1001101 | 111101 |
Color Harmonies of #AA4DE8
Complementary color
Monochromatic Colors of #AA4DE8
Black with #AA4DE8
Text Example
Text Example
White with #AA4DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DE8; }
p { color: rgb(170,77,232); }
H1.HeaderClassName
{
color: #AA4DE8;
}
.AnyTagClassName
{
color: #AA4DE8;
}
</style>
background-color css
<style>
a { background-color: #AA4DE8; }
a { background-color: rgb(170,77,232); }
div.DivClassName
{
background-color: #AA4DE8;
}
.BgClassName
{
background-color: #AA4DE8;
}
</style>
border-color css
<style>
span { border-color: #AA4DE8; }
span { border-color: rgb(170,77,232); }
td.TdClassName
{
border-color: #AA4DE8;
}
.TagClassName
{
border-color: #AA4DE8;
}
</style>