Shades of Medium Orchid #AA53D6
Tints of Medium Orchid #AA53D6
RGB
CMYK
RGB Variations
Color information
#AA53D6 (or 0xAA53D6) is known color: Medium Orchid. HEX triplet: AA, 53 and D6. RGB value is (170,83,214). Sum of RGB (Red+Green+Blue) = 170+83+214=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA53D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53D6 is #55AC29. Grayscale: #7B7B7B. Windows color (decimal): -5614634 or 14046122. OLE color: 14046122.
HSL color Cylindrical-coordinate representation of color #AA53D6: hue angle of 279.85º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA53D6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 83 | 214 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.16 |
| HSL | 279.85º | 0.62% | 0.58% | - |
| HSV(B) | 279.85º | 0.61% | 0.84% | - |
| XYZ | 31.81 | 19.59 | 65.72 | - |
| YUV | 123.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 214 | 0.21 | 0.61 | 0 | 0.16 | 279.85 | 0.62 | 0.58 |
| Hex | AA | 53 | D6 | 15 | 3D | 0 | 10 | 118 | 3E | 3A |
| Octal | 252 | 123 | 326 | 25 | 75 | 0 | 20 | 430 | 76 | 72 |
| Binary | 10101010 | 1010011 | 11010110 | 10101 | 111101 | 0 | 10000 | 100011000 | 111110 | 111010 |
Color Harmonies of #AA53D6
Complementary color
Monochromatic Colors of #AA53D6
Black with #AA53D6
Text Example
Text Example
White with #AA53D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53D6; }
p { color: rgb(170,83,214); }
H1.HeaderClassName
{
color: #AA53D6;
}
.AnyTagClassName
{
color: #AA53D6;
}
</style>
background-color css
<style>
a { background-color: #AA53D6; }
a { background-color: rgb(170,83,214); }
div.DivClassName
{
background-color: #AA53D6;
}
.BgClassName
{
background-color: #AA53D6;
}
</style>
border-color css
<style>
span { border-color: #AA53D6; }
span { border-color: rgb(170,83,214); }
td.TdClassName
{
border-color: #AA53D6;
}
.TagClassName
{
border-color: #AA53D6;
}
</style>