Shades of Medium Orchid #AA4EDB
Tints of Medium Orchid #AA4EDB
RGB
CMYK
RGB Variations
Color information
#AA4EDB (or 0xAA4EDB) is known color: Medium Orchid. HEX triplet: AA, 4E and DB. RGB value is (170,78,219). Sum of RGB (Red+Green+Blue) = 170+78+219=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EDB is #55B124. Grayscale: #797979. Windows color (decimal): -5615909 or 14372522. OLE color: 14372522.
HSL color Cylindrical-coordinate representation of color #AA4EDB: hue angle of 279.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4EDB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 78 | 219 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279.15º | 0.66% | 0.58% | - |
| HSV(B) | 279.15º | 0.64% | 0.86% | - |
| XYZ | 32.09 | 19.11 | 69.02 | - |
| YUV | 121.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 219 | 0.22 | 0.64 | 0 | 0.14 | 279.15 | 0.66 | 0.58 |
| Hex | AA | 4E | DB | 16 | 40 | 0 | E | 117 | 42 | 3A |
| Octal | 252 | 116 | 333 | 26 | 100 | 0 | 16 | 427 | 102 | 72 |
| Binary | 10101010 | 1001110 | 11011011 | 10110 | 1000000 | 0 | 1110 | 100010111 | 1000010 | 111010 |
Color Harmonies of #AA4EDB
Complementary color
Monochromatic Colors of #AA4EDB
Black with #AA4EDB
Text Example
Text Example
White with #AA4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EDB; }
p { color: rgb(170,78,219); }
H1.HeaderClassName
{
color: #AA4EDB;
}
.AnyTagClassName
{
color: #AA4EDB;
}
</style>
background-color css
<style>
a { background-color: #AA4EDB; }
a { background-color: rgb(170,78,219); }
div.DivClassName
{
background-color: #AA4EDB;
}
.BgClassName
{
background-color: #AA4EDB;
}
</style>
border-color css
<style>
span { border-color: #AA4EDB; }
span { border-color: rgb(170,78,219); }
td.TdClassName
{
border-color: #AA4EDB;
}
.TagClassName
{
border-color: #AA4EDB;
}
</style>