Shades of Medium Orchid #AA5DDB
Tints of Medium Orchid #AA5DDB
RGB
CMYK
RGB Variations
Color information
#AA5DDB (or 0xAA5DDB) is known color: Medium Orchid. HEX triplet: AA, 5D and DB. RGB value is (170,93,219). Sum of RGB (Red+Green+Blue) = 170+93+219=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDB is #55A224. Grayscale: #818181. Windows color (decimal): -5612069 or 14376362. OLE color: 14376362.
HSL color Cylindrical-coordinate representation of color #AA5DDB: hue angle of 276.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5DDB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 93 | 219 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.14 |
| HSL | 276.67º | 0.64% | 0.61% | - |
| HSV(B) | 276.67º | 0.58% | 0.86% | - |
| XYZ | 33.28 | 21.49 | 69.41 | - |
| YUV | 130.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 219 | 0.22 | 0.58 | 0 | 0.14 | 276.67 | 0.64 | 0.61 |
| Hex | AA | 5D | DB | 16 | 3A | 0 | E | 115 | 40 | 3D |
| Octal | 252 | 135 | 333 | 26 | 72 | 0 | 16 | 425 | 100 | 75 |
| Binary | 10101010 | 1011101 | 11011011 | 10110 | 111010 | 0 | 1110 | 100010101 | 1000000 | 111101 |
Color Harmonies of #AA5DDB
Complementary color
Monochromatic Colors of #AA5DDB
Black with #AA5DDB
Text Example
Text Example
White with #AA5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DDB; }
p { color: rgb(170,93,219); }
H1.HeaderClassName
{
color: #AA5DDB;
}
.AnyTagClassName
{
color: #AA5DDB;
}
</style>
background-color css
<style>
a { background-color: #AA5DDB; }
a { background-color: rgb(170,93,219); }
div.DivClassName
{
background-color: #AA5DDB;
}
.BgClassName
{
background-color: #AA5DDB;
}
</style>
border-color css
<style>
span { border-color: #AA5DDB; }
span { border-color: rgb(170,93,219); }
td.TdClassName
{
border-color: #AA5DDB;
}
.TagClassName
{
border-color: #AA5DDB;
}
</style>