Shades of Medium Orchid #AA4ECB
Tints of Medium Orchid #AA4ECB
RGB
CMYK
RGB Variations
Color information
#AA4ECB (or 0xAA4ECB) is known color: Medium Orchid. HEX triplet: AA, 4E and CB. RGB value is (170,78,203). Sum of RGB (Red+Green+Blue) = 170+78+203=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA4ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4ECB is #55B134. Grayscale: #777777. Windows color (decimal): -5615925 or 13323946. OLE color: 13323946.
HSL color Cylindrical-coordinate representation of color #AA4ECB: hue angle of 284.16º 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 #AA4ECB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 78 | 203 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.20 |
| HSL | 284.16º | 0.55% | 0.55% | - |
| HSV(B) | 284.16º | 0.62% | 0.8% | - |
| XYZ | 30.08 | 18.31 | 58.45 | - |
| YUV | 119.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 203 | 0.16 | 0.62 | 0 | 0.20 | 284.16 | 0.55 | 0.55 |
| Hex | AA | 4E | CB | 10 | 3E | 0 | 14 | 11C | 37 | 37 |
| Octal | 252 | 116 | 313 | 20 | 76 | 0 | 24 | 434 | 67 | 67 |
| Binary | 10101010 | 1001110 | 11001011 | 10000 | 111110 | 0 | 10100 | 100011100 | 110111 | 110111 |
Color Harmonies of #AA4ECB
Complementary color
Monochromatic Colors of #AA4ECB
Black with #AA4ECB
Text Example
Text Example
White with #AA4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ECB; }
p { color: rgb(170,78,203); }
H1.HeaderClassName
{
color: #AA4ECB;
}
.AnyTagClassName
{
color: #AA4ECB;
}
</style>
background-color css
<style>
a { background-color: #AA4ECB; }
a { background-color: rgb(170,78,203); }
div.DivClassName
{
background-color: #AA4ECB;
}
.BgClassName
{
background-color: #AA4ECB;
}
</style>
border-color css
<style>
span { border-color: #AA4ECB; }
span { border-color: rgb(170,78,203); }
td.TdClassName
{
border-color: #AA4ECB;
}
.TagClassName
{
border-color: #AA4ECB;
}
</style>