Shades of Medium Orchid #AA5ADB
Tints of Medium Orchid #AA5ADB
RGB
CMYK
RGB Variations
Color information
#AA5ADB (or 0xAA5ADB) is known color: Medium Orchid. HEX triplet: AA, 5A and DB. RGB value is (170,90,219). Sum of RGB (Red+Green+Blue) = 170+90+219=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADB is #55A524. Grayscale: #808080. Windows color (decimal): -5612837 or 14375594. OLE color: 14375594.
HSL color Cylindrical-coordinate representation of color #AA5ADB: hue angle of 277.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5ADB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 90 | 219 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.14 |
| HSL | 277.21º | 0.64% | 0.61% | - |
| HSV(B) | 277.21º | 0.59% | 0.86% | - |
| XYZ | 33.02 | 20.97 | 69.33 | - |
| YUV | 128.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 219 | 0.22 | 0.59 | 0 | 0.14 | 277.21 | 0.64 | 0.61 |
| Hex | AA | 5A | DB | 16 | 3B | 0 | E | 115 | 40 | 3D |
| Octal | 252 | 132 | 333 | 26 | 73 | 0 | 16 | 425 | 100 | 75 |
| Binary | 10101010 | 1011010 | 11011011 | 10110 | 111011 | 0 | 1110 | 100010101 | 1000000 | 111101 |
Color Harmonies of #AA5ADB
Complementary color
Monochromatic Colors of #AA5ADB
Black with #AA5ADB
Text Example
Text Example
White with #AA5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ADB; }
p { color: rgb(170,90,219); }
H1.HeaderClassName
{
color: #AA5ADB;
}
.AnyTagClassName
{
color: #AA5ADB;
}
</style>
background-color css
<style>
a { background-color: #AA5ADB; }
a { background-color: rgb(170,90,219); }
div.DivClassName
{
background-color: #AA5ADB;
}
.BgClassName
{
background-color: #AA5ADB;
}
</style>
border-color css
<style>
span { border-color: #AA5ADB; }
span { border-color: rgb(170,90,219); }
td.TdClassName
{
border-color: #AA5ADB;
}
.TagClassName
{
border-color: #AA5ADB;
}
</style>