Shades of Medium Orchid #AA5BDA
Tints of Medium Orchid #AA5BDA
RGB
CMYK
RGB Variations
Color information
#AA5BDA (or 0xAA5BDA) is known color: Medium Orchid. HEX triplet: AA, 5B and DA. RGB value is (170,91,218). Sum of RGB (Red+Green+Blue) = 170+91+218=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BDA is #55A425. Grayscale: #808080. Windows color (decimal): -5612582 or 14310314. OLE color: 14310314.
HSL color Cylindrical-coordinate representation of color #AA5BDA: hue angle of 277.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5BDA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 91 | 218 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.15 |
| HSL | 277.32º | 0.63% | 0.61% | - |
| HSV(B) | 277.32º | 0.58% | 0.85% | - |
| XYZ | 32.97 | 21.09 | 68.66 | - |
| YUV | 129.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 218 | 0.22 | 0.58 | 0 | 0.15 | 277.32 | 0.63 | 0.61 |
| Hex | AA | 5B | DA | 16 | 3A | 0 | F | 115 | 3F | 3D |
| Octal | 252 | 133 | 332 | 26 | 72 | 0 | 17 | 425 | 77 | 75 |
| Binary | 10101010 | 1011011 | 11011010 | 10110 | 111010 | 0 | 1111 | 100010101 | 111111 | 111101 |
Color Harmonies of #AA5BDA
Complementary color
Monochromatic Colors of #AA5BDA
Black with #AA5BDA
Text Example
Text Example
White with #AA5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BDA; }
p { color: rgb(170,91,218); }
H1.HeaderClassName
{
color: #AA5BDA;
}
.AnyTagClassName
{
color: #AA5BDA;
}
</style>
background-color css
<style>
a { background-color: #AA5BDA; }
a { background-color: rgb(170,91,218); }
div.DivClassName
{
background-color: #AA5BDA;
}
.BgClassName
{
background-color: #AA5BDA;
}
</style>
border-color css
<style>
span { border-color: #AA5BDA; }
span { border-color: rgb(170,91,218); }
td.TdClassName
{
border-color: #AA5BDA;
}
.TagClassName
{
border-color: #AA5BDA;
}
</style>