Shades of Medium Orchid #AA52DF
Tints of Medium Orchid #AA52DF
RGB
CMYK
RGB Variations
Color information
#AA52DF (or 0xAA52DF) is known color: Medium Orchid. HEX triplet: AA, 52 and DF. RGB value is (170,82,223). Sum of RGB (Red+Green+Blue) = 170+82+223=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DF is #55AD20. Grayscale: #7B7B7B. Windows color (decimal): -5614881 or 14635690. OLE color: 14635690.
HSL color Cylindrical-coordinate representation of color #AA52DF: hue angle of 277.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA52DF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 82 | 223 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.13 |
| HSL | 277.45º | 0.69% | 0.6% | - |
| HSV(B) | 277.45º | 0.63% | 0.87% | - |
| XYZ | 32.91 | 19.91 | 71.92 | - |
| YUV | 124.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 223 | 0.24 | 0.63 | 0 | 0.13 | 277.45 | 0.69 | 0.6 |
| Hex | AA | 52 | DF | 18 | 3F | 0 | D | 115 | 45 | 3C |
| Octal | 252 | 122 | 337 | 30 | 77 | 0 | 15 | 425 | 105 | 74 |
| Binary | 10101010 | 1010010 | 11011111 | 11000 | 111111 | 0 | 1101 | 100010101 | 1000101 | 111100 |
Color Harmonies of #AA52DF
Complementary color
Monochromatic Colors of #AA52DF
Black with #AA52DF
Text Example
Text Example
White with #AA52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52DF; }
p { color: rgb(170,82,223); }
H1.HeaderClassName
{
color: #AA52DF;
}
.AnyTagClassName
{
color: #AA52DF;
}
</style>
background-color css
<style>
a { background-color: #AA52DF; }
a { background-color: rgb(170,82,223); }
div.DivClassName
{
background-color: #AA52DF;
}
.BgClassName
{
background-color: #AA52DF;
}
</style>
border-color css
<style>
span { border-color: #AA52DF; }
span { border-color: rgb(170,82,223); }
td.TdClassName
{
border-color: #AA52DF;
}
.TagClassName
{
border-color: #AA52DF;
}
</style>