Shades of Medium Orchid #AA4ADE
Tints of Medium Orchid #AA4ADE
RGB
CMYK
RGB Variations
Color information
#AA4ADE (or 0xAA4ADE) is known color: Medium Orchid. HEX triplet: AA, 4A and DE. RGB value is (170,74,222). Sum of RGB (Red+Green+Blue) = 170+74+222=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ADE is #55B521. Grayscale: #777777. Windows color (decimal): -5616930 or 14568106. OLE color: 14568106.
HSL color Cylindrical-coordinate representation of color #AA4ADE: hue angle of 278.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4ADE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 74 | 222 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.13 |
| HSL | 278.92º | 0.69% | 0.58% | - |
| HSV(B) | 278.92º | 0.67% | 0.87% | - |
| XYZ | 32.21 | 18.72 | 71.02 | - |
| YUV | 119.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 222 | 0.23 | 0.67 | 0 | 0.13 | 278.92 | 0.69 | 0.58 |
| Hex | AA | 4A | DE | 17 | 43 | 0 | D | 117 | 45 | 3A |
| Octal | 252 | 112 | 336 | 27 | 103 | 0 | 15 | 427 | 105 | 72 |
| Binary | 10101010 | 1001010 | 11011110 | 10111 | 1000011 | 0 | 1101 | 100010111 | 1000101 | 111010 |
Color Harmonies of #AA4ADE
Complementary color
Monochromatic Colors of #AA4ADE
Black with #AA4ADE
Text Example
Text Example
White with #AA4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ADE; }
p { color: rgb(170,74,222); }
H1.HeaderClassName
{
color: #AA4ADE;
}
.AnyTagClassName
{
color: #AA4ADE;
}
</style>
background-color css
<style>
a { background-color: #AA4ADE; }
a { background-color: rgb(170,74,222); }
div.DivClassName
{
background-color: #AA4ADE;
}
.BgClassName
{
background-color: #AA4ADE;
}
</style>
border-color css
<style>
span { border-color: #AA4ADE; }
span { border-color: rgb(170,74,222); }
td.TdClassName
{
border-color: #AA4ADE;
}
.TagClassName
{
border-color: #AA4ADE;
}
</style>