Shades of Medium Orchid #AA52DC
Tints of Medium Orchid #AA52DC
RGB
CMYK
RGB Variations
Color information
#AA52DC (or 0xAA52DC) is known color: Medium Orchid. HEX triplet: AA, 52 and DC. RGB value is (170,82,220). Sum of RGB (Red+Green+Blue) = 170+82+220=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DC is #55AD23. Grayscale: #7B7B7B. Windows color (decimal): -5614884 or 14439082. OLE color: 14439082.
HSL color Cylindrical-coordinate representation of color #AA52DC: hue angle of 278.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA52DC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 82 | 220 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 278.26º | 0.66% | 0.59% | - |
| HSV(B) | 278.26º | 0.63% | 0.86% | - |
| XYZ | 32.51 | 19.75 | 69.81 | - |
| YUV | 124.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 220 | 0.23 | 0.63 | 0 | 0.14 | 278.26 | 0.66 | 0.59 |
| Hex | AA | 52 | DC | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 252 | 122 | 334 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101010 | 1010010 | 11011100 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #AA52DC
Complementary color
Monochromatic Colors of #AA52DC
Black with #AA52DC
Text Example
Text Example
White with #AA52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52DC; }
p { color: rgb(170,82,220); }
H1.HeaderClassName
{
color: #AA52DC;
}
.AnyTagClassName
{
color: #AA52DC;
}
</style>
background-color css
<style>
a { background-color: #AA52DC; }
a { background-color: rgb(170,82,220); }
div.DivClassName
{
background-color: #AA52DC;
}
.BgClassName
{
background-color: #AA52DC;
}
</style>
border-color css
<style>
span { border-color: #AA52DC; }
span { border-color: rgb(170,82,220); }
td.TdClassName
{
border-color: #AA52DC;
}
.TagClassName
{
border-color: #AA52DC;
}
</style>