Shades of Medium Orchid #AA47DB
Tints of Medium Orchid #AA47DB
RGB
CMYK
RGB Variations
Color information
#AA47DB (or 0xAA47DB) is known color: Medium Orchid. HEX triplet: AA, 47 and DB. RGB value is (170,71,219). Sum of RGB (Red+Green+Blue) = 170+71+219=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47DB is #55B824. Grayscale: #747474. Windows color (decimal): -5617701 or 14370730. OLE color: 14370730.
HSL color Cylindrical-coordinate representation of color #AA47DB: hue angle of 280.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA47DB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 71 | 219 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.14 |
| HSL | 280.14º | 0.67% | 0.57% | - |
| HSV(B) | 280.14º | 0.68% | 0.86% | - |
| XYZ | 31.62 | 18.17 | 68.86 | - |
| YUV | 117.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 219 | 0.22 | 0.68 | 0 | 0.14 | 280.14 | 0.67 | 0.57 |
| Hex | AA | 47 | DB | 16 | 44 | 0 | E | 118 | 43 | 39 |
| Octal | 252 | 107 | 333 | 26 | 104 | 0 | 16 | 430 | 103 | 71 |
| Binary | 10101010 | 1000111 | 11011011 | 10110 | 1000100 | 0 | 1110 | 100011000 | 1000011 | 111001 |
Color Harmonies of #AA47DB
Complementary color
Monochromatic Colors of #AA47DB
Black with #AA47DB
Text Example
Text Example
White with #AA47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47DB; }
p { color: rgb(170,71,219); }
H1.HeaderClassName
{
color: #AA47DB;
}
.AnyTagClassName
{
color: #AA47DB;
}
</style>
background-color css
<style>
a { background-color: #AA47DB; }
a { background-color: rgb(170,71,219); }
div.DivClassName
{
background-color: #AA47DB;
}
.BgClassName
{
background-color: #AA47DB;
}
</style>
border-color css
<style>
span { border-color: #AA47DB; }
span { border-color: rgb(170,71,219); }
td.TdClassName
{
border-color: #AA47DB;
}
.TagClassName
{
border-color: #AA47DB;
}
</style>