Shades of Medium Orchid #AA5BDE
Tints of Medium Orchid #AA5BDE
RGB
CMYK
RGB Variations
Color information
#AA5BDE (or 0xAA5BDE) is known color: Medium Orchid. HEX triplet: AA, 5B and DE. RGB value is (170,91,222). Sum of RGB (Red+Green+Blue) = 170+91+222=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BDE is #55A421. Grayscale: #818181. Windows color (decimal): -5612578 or 14572458. OLE color: 14572458.
HSL color Cylindrical-coordinate representation of color #AA5BDE: hue angle of 276.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5BDE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 91 | 222 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.13 |
| HSL | 276.18º | 0.66% | 0.61% | - |
| HSV(B) | 276.18º | 0.59% | 0.87% | - |
| XYZ | 33.5 | 21.3 | 71.45 | - |
| YUV | 129.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 222 | 0.23 | 0.59 | 0 | 0.13 | 276.18 | 0.66 | 0.61 |
| Hex | AA | 5B | DE | 17 | 3B | 0 | D | 114 | 42 | 3D |
| Octal | 252 | 133 | 336 | 27 | 73 | 0 | 15 | 424 | 102 | 75 |
| Binary | 10101010 | 1011011 | 11011110 | 10111 | 111011 | 0 | 1101 | 100010100 | 1000010 | 111101 |
Color Harmonies of #AA5BDE
Complementary color
Monochromatic Colors of #AA5BDE
Black with #AA5BDE
Text Example
Text Example
White with #AA5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BDE; }
p { color: rgb(170,91,222); }
H1.HeaderClassName
{
color: #AA5BDE;
}
.AnyTagClassName
{
color: #AA5BDE;
}
</style>
background-color css
<style>
a { background-color: #AA5BDE; }
a { background-color: rgb(170,91,222); }
div.DivClassName
{
background-color: #AA5BDE;
}
.BgClassName
{
background-color: #AA5BDE;
}
</style>
border-color css
<style>
span { border-color: #AA5BDE; }
span { border-color: rgb(170,91,222); }
td.TdClassName
{
border-color: #AA5BDE;
}
.TagClassName
{
border-color: #AA5BDE;
}
</style>