Shades of Medium Orchid #AA4DC5
Tints of Medium Orchid #AA4DC5
RGB
CMYK
RGB Variations
Color information
#AA4DC5 (or 0xAA4DC5) is known color: Medium Orchid. HEX triplet: AA, 4D and C5. RGB value is (170,77,197). Sum of RGB (Red+Green+Blue) = 170+77+197=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA4DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DC5 is #55B23A. Grayscale: #767676. Windows color (decimal): -5616187 or 12930474. OLE color: 12930474.
HSL color Cylindrical-coordinate representation of color #AA4DC5: hue angle of 286.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4DC5 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 77 | 197 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.23 |
| HSL | 286.5º | 0.51% | 0.54% | - |
| HSV(B) | 286.5º | 0.61% | 0.77% | - |
| XYZ | 29.31 | 17.89 | 54.73 | - |
| YUV | 118.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 197 | 0.14 | 0.61 | 0 | 0.23 | 286.5 | 0.51 | 0.54 |
| Hex | AA | 4D | C5 | E | 3D | 0 | 17 | 11E | 33 | 36 |
| Octal | 252 | 115 | 305 | 16 | 75 | 0 | 27 | 436 | 63 | 66 |
| Binary | 10101010 | 1001101 | 11000101 | 1110 | 111101 | 0 | 10111 | 100011110 | 110011 | 110110 |
Color Harmonies of #AA4DC5
Complementary color
Monochromatic Colors of #AA4DC5
Black with #AA4DC5
Text Example
Text Example
White with #AA4DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DC5; }
p { color: rgb(170,77,197); }
H1.HeaderClassName
{
color: #AA4DC5;
}
.AnyTagClassName
{
color: #AA4DC5;
}
</style>
background-color css
<style>
a { background-color: #AA4DC5; }
a { background-color: rgb(170,77,197); }
div.DivClassName
{
background-color: #AA4DC5;
}
.BgClassName
{
background-color: #AA4DC5;
}
</style>
border-color css
<style>
span { border-color: #AA4DC5; }
span { border-color: rgb(170,77,197); }
td.TdClassName
{
border-color: #AA4DC5;
}
.TagClassName
{
border-color: #AA4DC5;
}
</style>