Shades of Medium Orchid #AA5CDC
Tints of Medium Orchid #AA5CDC
RGB
CMYK
RGB Variations
Color information
#AA5CDC (or 0xAA5CDC) is known color: Medium Orchid. HEX triplet: AA, 5C and DC. RGB value is (170,92,220). Sum of RGB (Red+Green+Blue) = 170+92+220=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDC is #55A323. Grayscale: #818181. Windows color (decimal): -5612324 or 14441642. OLE color: 14441642.
HSL color Cylindrical-coordinate representation of color #AA5CDC: hue angle of 276.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5CDC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 92 | 220 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.14 |
| HSL | 276.56º | 0.65% | 0.61% | - |
| HSV(B) | 276.56º | 0.58% | 0.86% | - |
| XYZ | 33.32 | 21.37 | 70.08 | - |
| YUV | 129.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 220 | 0.23 | 0.58 | 0 | 0.14 | 276.56 | 0.65 | 0.61 |
| Hex | AA | 5C | DC | 17 | 3A | 0 | E | 115 | 41 | 3D |
| Octal | 252 | 134 | 334 | 27 | 72 | 0 | 16 | 425 | 101 | 75 |
| Binary | 10101010 | 1011100 | 11011100 | 10111 | 111010 | 0 | 1110 | 100010101 | 1000001 | 111101 |
Color Harmonies of #AA5CDC
Complementary color
Monochromatic Colors of #AA5CDC
Black with #AA5CDC
Text Example
Text Example
White with #AA5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CDC; }
p { color: rgb(170,92,220); }
H1.HeaderClassName
{
color: #AA5CDC;
}
.AnyTagClassName
{
color: #AA5CDC;
}
</style>
background-color css
<style>
a { background-color: #AA5CDC; }
a { background-color: rgb(170,92,220); }
div.DivClassName
{
background-color: #AA5CDC;
}
.BgClassName
{
background-color: #AA5CDC;
}
</style>
border-color css
<style>
span { border-color: #AA5CDC; }
span { border-color: rgb(170,92,220); }
td.TdClassName
{
border-color: #AA5CDC;
}
.TagClassName
{
border-color: #AA5CDC;
}
</style>