Shades of Medium Orchid #AA4AED
Tints of Medium Orchid #AA4AED
RGB
CMYK
RGB Variations
Color information
#AA4AED (or 0xAA4AED) is known color: Medium Orchid. HEX triplet: AA, 4A and ED. RGB value is (170,74,237). Sum of RGB (Red+Green+Blue) = 170+74+237=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AED is #55B512. Grayscale: #787878. Windows color (decimal): -5616915 or 15551146. OLE color: 15551146.
HSL color Cylindrical-coordinate representation of color #AA4AED: hue angle of 275.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4AED is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 74 | 237 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.07 |
| HSL | 275.34º | 0.82% | 0.61% | - |
| HSV(B) | 275.34º | 0.69% | 0.93% | - |
| XYZ | 34.31 | 19.56 | 82.09 | - |
| YUV | 121.29 | 193.3 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 237 | 0.28 | 0.69 | 0 | 0.07 | 275.34 | 0.82 | 0.61 |
| Hex | AA | 4A | ED | 1C | 45 | 0 | 7 | 113 | 52 | 3D |
| Octal | 252 | 112 | 355 | 34 | 105 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10101010 | 1001010 | 11101101 | 11100 | 1000101 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #AA4AED
Complementary color
Monochromatic Colors of #AA4AED
Black with #AA4AED
Text Example
Text Example
White with #AA4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AED; }
p { color: rgb(170,74,237); }
H1.HeaderClassName
{
color: #AA4AED;
}
.AnyTagClassName
{
color: #AA4AED;
}
</style>
background-color css
<style>
a { background-color: #AA4AED; }
a { background-color: rgb(170,74,237); }
div.DivClassName
{
background-color: #AA4AED;
}
.BgClassName
{
background-color: #AA4AED;
}
</style>
border-color css
<style>
span { border-color: #AA4AED; }
span { border-color: rgb(170,74,237); }
td.TdClassName
{
border-color: #AA4AED;
}
.TagClassName
{
border-color: #AA4AED;
}
</style>