Shades of Medium Orchid #AA4ECF
Tints of Medium Orchid #AA4ECF
RGB
CMYK
RGB Variations
Color information
#AA4ECF (or 0xAA4ECF) is known color: Medium Orchid. HEX triplet: AA, 4E and CF. RGB value is (170,78,207). Sum of RGB (Red+Green+Blue) = 170+78+207=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4ECF is #55B130. Grayscale: #777777. Windows color (decimal): -5615921 or 13586090. OLE color: 13586090.
HSL color Cylindrical-coordinate representation of color #AA4ECF: hue angle of 282.79º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4ECF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 78 | 207 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.19 |
| HSL | 282.79º | 0.57% | 0.56% | - |
| HSV(B) | 282.79º | 0.62% | 0.81% | - |
| XYZ | 30.56 | 18.5 | 60.99 | - |
| YUV | 120.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 207 | 0.18 | 0.62 | 0 | 0.19 | 282.79 | 0.57 | 0.56 |
| Hex | AA | 4E | CF | 12 | 3E | 0 | 13 | 11B | 39 | 38 |
| Octal | 252 | 116 | 317 | 22 | 76 | 0 | 23 | 433 | 71 | 70 |
| Binary | 10101010 | 1001110 | 11001111 | 10010 | 111110 | 0 | 10011 | 100011011 | 111001 | 111000 |
Color Harmonies of #AA4ECF
Complementary color
Monochromatic Colors of #AA4ECF
Black with #AA4ECF
Text Example
Text Example
White with #AA4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ECF; }
p { color: rgb(170,78,207); }
H1.HeaderClassName
{
color: #AA4ECF;
}
.AnyTagClassName
{
color: #AA4ECF;
}
</style>
background-color css
<style>
a { background-color: #AA4ECF; }
a { background-color: rgb(170,78,207); }
div.DivClassName
{
background-color: #AA4ECF;
}
.BgClassName
{
background-color: #AA4ECF;
}
</style>
border-color css
<style>
span { border-color: #AA4ECF; }
span { border-color: rgb(170,78,207); }
td.TdClassName
{
border-color: #AA4ECF;
}
.TagClassName
{
border-color: #AA4ECF;
}
</style>