Shades of Medium Orchid #AA4ADB
Tints of Medium Orchid #AA4ADB
RGB
CMYK
RGB Variations
Color information
#AA4ADB (or 0xAA4ADB) is known color: Medium Orchid. HEX triplet: AA, 4A and DB. RGB value is (170,74,219). Sum of RGB (Red+Green+Blue) = 170+74+219=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ADB is #55B524. Grayscale: #767676. Windows color (decimal): -5616933 or 14371498. OLE color: 14371498.
HSL color Cylindrical-coordinate representation of color #AA4ADB: hue angle of 279.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4ADB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 74 | 219 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.14 |
| HSL | 279.72º | 0.67% | 0.57% | - |
| HSV(B) | 279.72º | 0.66% | 0.86% | - |
| XYZ | 31.81 | 18.56 | 68.92 | - |
| YUV | 119.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 219 | 0.22 | 0.66 | 0 | 0.14 | 279.72 | 0.67 | 0.57 |
| Hex | AA | 4A | DB | 16 | 42 | 0 | E | 118 | 43 | 39 |
| Octal | 252 | 112 | 333 | 26 | 102 | 0 | 16 | 430 | 103 | 71 |
| Binary | 10101010 | 1001010 | 11011011 | 10110 | 1000010 | 0 | 1110 | 100011000 | 1000011 | 111001 |
Color Harmonies of #AA4ADB
Complementary color
Monochromatic Colors of #AA4ADB
Black with #AA4ADB
Text Example
Text Example
White with #AA4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ADB; }
p { color: rgb(170,74,219); }
H1.HeaderClassName
{
color: #AA4ADB;
}
.AnyTagClassName
{
color: #AA4ADB;
}
</style>
background-color css
<style>
a { background-color: #AA4ADB; }
a { background-color: rgb(170,74,219); }
div.DivClassName
{
background-color: #AA4ADB;
}
.BgClassName
{
background-color: #AA4ADB;
}
</style>
border-color css
<style>
span { border-color: #AA4ADB; }
span { border-color: rgb(170,74,219); }
td.TdClassName
{
border-color: #AA4ADB;
}
.TagClassName
{
border-color: #AA4ADB;
}
</style>