Shades of Medium Orchid #AA49DB
Tints of Medium Orchid #AA49DB
RGB
CMYK
RGB Variations
Color information
#AA49DB (or 0xAA49DB) is known color: Medium Orchid. HEX triplet: AA, 49 and DB. RGB value is (170,73,219). Sum of RGB (Red+Green+Blue) = 170+73+219=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49DB is #55B624. Grayscale: #767676. Windows color (decimal): -5617189 or 14371242. OLE color: 14371242.
HSL color Cylindrical-coordinate representation of color #AA49DB: hue angle of 279.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA49DB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 73 | 219 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.14 |
| HSL | 279.86º | 0.67% | 0.57% | - |
| HSV(B) | 279.86º | 0.67% | 0.86% | - |
| XYZ | 31.75 | 18.43 | 68.9 | - |
| YUV | 118.65 | 184.64 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 219 | 0.22 | 0.67 | 0 | 0.14 | 279.86 | 0.67 | 0.57 |
| Hex | AA | 49 | DB | 16 | 43 | 0 | E | 118 | 43 | 39 |
| Octal | 252 | 111 | 333 | 26 | 103 | 0 | 16 | 430 | 103 | 71 |
| Binary | 10101010 | 1001001 | 11011011 | 10110 | 1000011 | 0 | 1110 | 100011000 | 1000011 | 111001 |
Color Harmonies of #AA49DB
Complementary color
Monochromatic Colors of #AA49DB
Black with #AA49DB
Text Example
Text Example
White with #AA49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49DB; }
p { color: rgb(170,73,219); }
H1.HeaderClassName
{
color: #AA49DB;
}
.AnyTagClassName
{
color: #AA49DB;
}
</style>
background-color css
<style>
a { background-color: #AA49DB; }
a { background-color: rgb(170,73,219); }
div.DivClassName
{
background-color: #AA49DB;
}
.BgClassName
{
background-color: #AA49DB;
}
</style>
border-color css
<style>
span { border-color: #AA49DB; }
span { border-color: rgb(170,73,219); }
td.TdClassName
{
border-color: #AA49DB;
}
.TagClassName
{
border-color: #AA49DB;
}
</style>