Shades of Medium Orchid #AA4ED4
Tints of Medium Orchid #AA4ED4
RGB
CMYK
RGB Variations
Color information
#AA4ED4 (or 0xAA4ED4) is known color: Medium Orchid. HEX triplet: AA, 4E and D4. RGB value is (170,78,212). Sum of RGB (Red+Green+Blue) = 170+78+212=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA4ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4ED4 is #55B12B. Grayscale: #787878. Windows color (decimal): -5615916 or 13913770. OLE color: 13913770.
HSL color Cylindrical-coordinate representation of color #AA4ED4: hue angle of 281.19º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA4ED4 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 78 | 212 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.17 |
| HSL | 281.19º | 0.61% | 0.57% | - |
| HSV(B) | 281.19º | 0.63% | 0.83% | - |
| XYZ | 31.19 | 18.75 | 64.26 | - |
| YUV | 120.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 212 | 0.20 | 0.63 | 0 | 0.17 | 281.19 | 0.61 | 0.57 |
| Hex | AA | 4E | D4 | 14 | 3F | 0 | 11 | 119 | 3D | 39 |
| Octal | 252 | 116 | 324 | 24 | 77 | 0 | 21 | 431 | 75 | 71 |
| Binary | 10101010 | 1001110 | 11010100 | 10100 | 111111 | 0 | 10001 | 100011001 | 111101 | 111001 |
Color Harmonies of #AA4ED4
Complementary color
Monochromatic Colors of #AA4ED4
Black with #AA4ED4
Text Example
Text Example
White with #AA4ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ED4; }
p { color: rgb(170,78,212); }
H1.HeaderClassName
{
color: #AA4ED4;
}
.AnyTagClassName
{
color: #AA4ED4;
}
</style>
background-color css
<style>
a { background-color: #AA4ED4; }
a { background-color: rgb(170,78,212); }
div.DivClassName
{
background-color: #AA4ED4;
}
.BgClassName
{
background-color: #AA4ED4;
}
</style>
border-color css
<style>
span { border-color: #AA4ED4; }
span { border-color: rgb(170,78,212); }
td.TdClassName
{
border-color: #AA4ED4;
}
.TagClassName
{
border-color: #AA4ED4;
}
</style>