Shades of Medium Orchid #AA4FE0
Tints of Medium Orchid #AA4FE0
RGB
CMYK
RGB Variations
Color information
#AA4FE0 (or 0xAA4FE0) is known color: Medium Orchid. HEX triplet: AA, 4F and E0. RGB value is (170,79,224). Sum of RGB (Red+Green+Blue) = 170+79+224=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FE0 is #55B01F. Grayscale: #7A7A7A. Windows color (decimal): -5615648 or 14700458. OLE color: 14700458.
HSL color Cylindrical-coordinate representation of color #AA4FE0: hue angle of 277.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4FE0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 79 | 224 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.12 |
| HSL | 277.66º | 0.7% | 0.59% | - |
| HSV(B) | 277.66º | 0.65% | 0.88% | - |
| XYZ | 32.83 | 19.52 | 72.56 | - |
| YUV | 122.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 224 | 0.24 | 0.65 | 0 | 0.12 | 277.66 | 0.7 | 0.59 |
| Hex | AA | 4F | E0 | 18 | 41 | 0 | C | 116 | 46 | 3B |
| Octal | 252 | 117 | 340 | 30 | 101 | 0 | 14 | 426 | 106 | 73 |
| Binary | 10101010 | 1001111 | 11100000 | 11000 | 1000001 | 0 | 1100 | 100010110 | 1000110 | 111011 |
Color Harmonies of #AA4FE0
Complementary color
Monochromatic Colors of #AA4FE0
Black with #AA4FE0
Text Example
Text Example
White with #AA4FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FE0; }
p { color: rgb(170,79,224); }
H1.HeaderClassName
{
color: #AA4FE0;
}
.AnyTagClassName
{
color: #AA4FE0;
}
</style>
background-color css
<style>
a { background-color: #AA4FE0; }
a { background-color: rgb(170,79,224); }
div.DivClassName
{
background-color: #AA4FE0;
}
.BgClassName
{
background-color: #AA4FE0;
}
</style>
border-color css
<style>
span { border-color: #AA4FE0; }
span { border-color: rgb(170,79,224); }
td.TdClassName
{
border-color: #AA4FE0;
}
.TagClassName
{
border-color: #AA4FE0;
}
</style>