Shades of Medium Orchid #AA4CDB
Tints of Medium Orchid #AA4CDB
RGB
CMYK
RGB Variations
Color information
#AA4CDB (or 0xAA4CDB) is known color: Medium Orchid. HEX triplet: AA, 4C and DB. RGB value is (170,76,219). Sum of RGB (Red+Green+Blue) = 170+76+219=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CDB is #55B324. Grayscale: #777777. Windows color (decimal): -5616421 or 14372010. OLE color: 14372010.
HSL color Cylindrical-coordinate representation of color #AA4CDB: hue angle of 279.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4CDB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 76 | 219 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.14 |
| HSL | 279.44º | 0.67% | 0.58% | - |
| HSV(B) | 279.44º | 0.65% | 0.86% | - |
| XYZ | 31.95 | 18.83 | 68.97 | - |
| YUV | 120.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 219 | 0.22 | 0.65 | 0 | 0.14 | 279.44 | 0.67 | 0.58 |
| Hex | AA | 4C | DB | 16 | 41 | 0 | E | 117 | 43 | 3A |
| Octal | 252 | 114 | 333 | 26 | 101 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101010 | 1001100 | 11011011 | 10110 | 1000001 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #AA4CDB
Complementary color
Monochromatic Colors of #AA4CDB
Black with #AA4CDB
Text Example
Text Example
White with #AA4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CDB; }
p { color: rgb(170,76,219); }
H1.HeaderClassName
{
color: #AA4CDB;
}
.AnyTagClassName
{
color: #AA4CDB;
}
</style>
background-color css
<style>
a { background-color: #AA4CDB; }
a { background-color: rgb(170,76,219); }
div.DivClassName
{
background-color: #AA4CDB;
}
.BgClassName
{
background-color: #AA4CDB;
}
</style>
border-color css
<style>
span { border-color: #AA4CDB; }
span { border-color: rgb(170,76,219); }
td.TdClassName
{
border-color: #AA4CDB;
}
.TagClassName
{
border-color: #AA4CDB;
}
</style>