Shades of Medium Orchid #AA4CED
Tints of Medium Orchid #AA4CED
RGB
CMYK
RGB Variations
Color information
#AA4CED (or 0xAA4CED) is known color: Medium Orchid. HEX triplet: AA, 4C and ED. RGB value is (170,76,237). Sum of RGB (Red+Green+Blue) = 170+76+237=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CED is #55B312. Grayscale: #797979. Windows color (decimal): -5616403 or 15551658. OLE color: 15551658.
HSL color Cylindrical-coordinate representation of color #AA4CED: hue angle of 275.03º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4CED is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 76 | 237 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.03º | 0.82% | 0.61% | - |
| HSV(B) | 275.03º | 0.68% | 0.93% | - |
| XYZ | 34.45 | 19.83 | 82.13 | - |
| YUV | 122.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 237 | 0.28 | 0.68 | 0 | 0.07 | 275.03 | 0.82 | 0.61 |
| Hex | AA | 4C | ED | 1C | 44 | 0 | 7 | 113 | 52 | 3D |
| Octal | 252 | 114 | 355 | 34 | 104 | 0 | 7 | 423 | 122 | 75 |
| Binary | 10101010 | 1001100 | 11101101 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010010 | 111101 |
Color Harmonies of #AA4CED
Complementary color
Monochromatic Colors of #AA4CED
Black with #AA4CED
Text Example
Text Example
White with #AA4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CED; }
p { color: rgb(170,76,237); }
H1.HeaderClassName
{
color: #AA4CED;
}
.AnyTagClassName
{
color: #AA4CED;
}
</style>
background-color css
<style>
a { background-color: #AA4CED; }
a { background-color: rgb(170,76,237); }
div.DivClassName
{
background-color: #AA4CED;
}
.BgClassName
{
background-color: #AA4CED;
}
</style>
border-color css
<style>
span { border-color: #AA4CED; }
span { border-color: rgb(170,76,237); }
td.TdClassName
{
border-color: #AA4CED;
}
.TagClassName
{
border-color: #AA4CED;
}
</style>