Shades of Medium Orchid #AA50DB
Tints of Medium Orchid #AA50DB
RGB
CMYK
RGB Variations
Color information
#AA50DB (or 0xAA50DB) is known color: Medium Orchid. HEX triplet: AA, 50 and DB. RGB value is (170,80,219). Sum of RGB (Red+Green+Blue) = 170+80+219=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50DB is #55AF24. Grayscale: #7A7A7A. Windows color (decimal): -5615397 or 14373034. OLE color: 14373034.
HSL color Cylindrical-coordinate representation of color #AA50DB: hue angle of 278.85º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA50DB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 80 | 219 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.14 |
| HSL | 278.85º | 0.66% | 0.59% | - |
| HSV(B) | 278.85º | 0.63% | 0.86% | - |
| XYZ | 32.23 | 19.4 | 69.06 | - |
| YUV | 122.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 219 | 0.22 | 0.63 | 0 | 0.14 | 278.85 | 0.66 | 0.59 |
| Hex | AA | 50 | DB | 16 | 3F | 0 | E | 117 | 42 | 3B |
| Octal | 252 | 120 | 333 | 26 | 77 | 0 | 16 | 427 | 102 | 73 |
| Binary | 10101010 | 1010000 | 11011011 | 10110 | 111111 | 0 | 1110 | 100010111 | 1000010 | 111011 |
Color Harmonies of #AA50DB
Complementary color
Monochromatic Colors of #AA50DB
Black with #AA50DB
Text Example
Text Example
White with #AA50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50DB; }
p { color: rgb(170,80,219); }
H1.HeaderClassName
{
color: #AA50DB;
}
.AnyTagClassName
{
color: #AA50DB;
}
</style>
background-color css
<style>
a { background-color: #AA50DB; }
a { background-color: rgb(170,80,219); }
div.DivClassName
{
background-color: #AA50DB;
}
.BgClassName
{
background-color: #AA50DB;
}
</style>
border-color css
<style>
span { border-color: #AA50DB; }
span { border-color: rgb(170,80,219); }
td.TdClassName
{
border-color: #AA50DB;
}
.TagClassName
{
border-color: #AA50DB;
}
</style>