Shades of Medium Orchid #AA4ECC
Tints of Medium Orchid #AA4ECC
RGB
CMYK
RGB Variations
Color information
#AA4ECC (or 0xAA4ECC) is known color: Medium Orchid. HEX triplet: AA, 4E and CC. RGB value is (170,78,204). Sum of RGB (Red+Green+Blue) = 170+78+204=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4ECC is #55B133. Grayscale: #777777. Windows color (decimal): -5615924 or 13389482. OLE color: 13389482.
HSL color Cylindrical-coordinate representation of color #AA4ECC: hue angle of 283.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4ECC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 78 | 204 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.2 |
| HSL | 283.81º | 0.55% | 0.55% | - |
| HSV(B) | 283.81º | 0.62% | 0.8% | - |
| XYZ | 30.2 | 18.35 | 59.08 | - |
| YUV | 119.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 204 | 0.17 | 0.62 | 0 | 0.2 | 283.81 | 0.55 | 0.55 |
| Hex | AA | 4E | CC | 11 | 3E | 0 | 14 | 11C | 37 | 37 |
| Octal | 252 | 116 | 314 | 21 | 76 | 0 | 24 | 434 | 67 | 67 |
| Binary | 10101010 | 1001110 | 11001100 | 10001 | 111110 | 0 | 10100 | 100011100 | 110111 | 110111 |
Color Harmonies of #AA4ECC
Complementary color
Monochromatic Colors of #AA4ECC
Black with #AA4ECC
Text Example
Text Example
White with #AA4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ECC; }
p { color: rgb(170,78,204); }
H1.HeaderClassName
{
color: #AA4ECC;
}
.AnyTagClassName
{
color: #AA4ECC;
}
</style>
background-color css
<style>
a { background-color: #AA4ECC; }
a { background-color: rgb(170,78,204); }
div.DivClassName
{
background-color: #AA4ECC;
}
.BgClassName
{
background-color: #AA4ECC;
}
</style>
border-color css
<style>
span { border-color: #AA4ECC; }
span { border-color: rgb(170,78,204); }
td.TdClassName
{
border-color: #AA4ECC;
}
.TagClassName
{
border-color: #AA4ECC;
}
</style>