Shades of Medium Orchid #AA4ACD
Tints of Medium Orchid #AA4ACD
RGB
CMYK
RGB Variations
Color information
#AA4ACD (or 0xAA4ACD) is known color: Medium Orchid. HEX triplet: AA, 4A and CD. RGB value is (170,74,205). Sum of RGB (Red+Green+Blue) = 170+74+205=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ACD is #55B532. Grayscale: #757575. Windows color (decimal): -5616947 or 13453994. OLE color: 13453994.
HSL color Cylindrical-coordinate representation of color #AA4ACD: hue angle of 283.97º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4ACD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 74 | 205 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.20 |
| HSL | 283.97º | 0.57% | 0.55% | - |
| HSV(B) | 283.97º | 0.64% | 0.8% | - |
| XYZ | 30.05 | 17.85 | 59.62 | - |
| YUV | 117.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 205 | 0.17 | 0.64 | 0 | 0.20 | 283.97 | 0.57 | 0.55 |
| Hex | AA | 4A | CD | 11 | 40 | 0 | 14 | 11C | 39 | 37 |
| Octal | 252 | 112 | 315 | 21 | 100 | 0 | 24 | 434 | 71 | 67 |
| Binary | 10101010 | 1001010 | 11001101 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111001 | 110111 |
Color Harmonies of #AA4ACD
Complementary color
Monochromatic Colors of #AA4ACD
Black with #AA4ACD
Text Example
Text Example
White with #AA4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ACD; }
p { color: rgb(170,74,205); }
H1.HeaderClassName
{
color: #AA4ACD;
}
.AnyTagClassName
{
color: #AA4ACD;
}
</style>
background-color css
<style>
a { background-color: #AA4ACD; }
a { background-color: rgb(170,74,205); }
div.DivClassName
{
background-color: #AA4ACD;
}
.BgClassName
{
background-color: #AA4ACD;
}
</style>
border-color css
<style>
span { border-color: #AA4ACD; }
span { border-color: rgb(170,74,205); }
td.TdClassName
{
border-color: #AA4ACD;
}
.TagClassName
{
border-color: #AA4ACD;
}
</style>