Shades of Medium Orchid #AA5CDF
Tints of Medium Orchid #AA5CDF
RGB
CMYK
RGB Variations
Color information
#AA5CDF (or 0xAA5CDF) is known color: Medium Orchid. HEX triplet: AA, 5C and DF. RGB value is (170,92,223). Sum of RGB (Red+Green+Blue) = 170+92+223=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA5CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDF is #55A320. Grayscale: #818181. Windows color (decimal): -5612321 or 14638250. OLE color: 14638250.
HSL color Cylindrical-coordinate representation of color #AA5CDF: hue angle of 275.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5CDF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 92 | 223 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.13 |
| HSL | 275.73º | 0.67% | 0.62% | - |
| HSV(B) | 275.73º | 0.59% | 0.87% | - |
| XYZ | 33.72 | 21.53 | 72.19 | - |
| YUV | 130.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 223 | 0.24 | 0.59 | 0 | 0.13 | 275.73 | 0.67 | 0.62 |
| Hex | AA | 5C | DF | 18 | 3B | 0 | D | 114 | 43 | 3E |
| Octal | 252 | 134 | 337 | 30 | 73 | 0 | 15 | 424 | 103 | 76 |
| Binary | 10101010 | 1011100 | 11011111 | 11000 | 111011 | 0 | 1101 | 100010100 | 1000011 | 111110 |
Color Harmonies of #AA5CDF
Complementary color
Monochromatic Colors of #AA5CDF
Black with #AA5CDF
Text Example
Text Example
White with #AA5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CDF; }
p { color: rgb(170,92,223); }
H1.HeaderClassName
{
color: #AA5CDF;
}
.AnyTagClassName
{
color: #AA5CDF;
}
</style>
background-color css
<style>
a { background-color: #AA5CDF; }
a { background-color: rgb(170,92,223); }
div.DivClassName
{
background-color: #AA5CDF;
}
.BgClassName
{
background-color: #AA5CDF;
}
</style>
border-color css
<style>
span { border-color: #AA5CDF; }
span { border-color: rgb(170,92,223); }
td.TdClassName
{
border-color: #AA5CDF;
}
.TagClassName
{
border-color: #AA5CDF;
}
</style>