Shades of Medium Orchid #AA4FDB
Tints of Medium Orchid #AA4FDB
RGB
CMYK
RGB Variations
Color information
#AA4FDB (or 0xAA4FDB) is known color: Medium Orchid. HEX triplet: AA, 4F and DB. RGB value is (170,79,219). Sum of RGB (Red+Green+Blue) = 170+79+219=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDB is #55B024. Grayscale: #797979. Windows color (decimal): -5615653 or 14372778. OLE color: 14372778.
HSL color Cylindrical-coordinate representation of color #AA4FDB: hue angle of 279º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4FDB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 79 | 219 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279º | 0.66% | 0.58% | - |
| HSV(B) | 279º | 0.64% | 0.86% | - |
| XYZ | 32.16 | 19.25 | 69.04 | - |
| YUV | 122.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 219 | 0.22 | 0.64 | 0 | 0.14 | 279 | 0.66 | 0.58 |
| Hex | AA | 4F | DB | 16 | 40 | 0 | E | 117 | 42 | 3A |
| Octal | 252 | 117 | 333 | 26 | 100 | 0 | 16 | 427 | 102 | 72 |
| Binary | 10101010 | 1001111 | 11011011 | 10110 | 1000000 | 0 | 1110 | 100010111 | 1000010 | 111010 |
Color Harmonies of #AA4FDB
Complementary color
Monochromatic Colors of #AA4FDB
Black with #AA4FDB
Text Example
Text Example
White with #AA4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FDB; }
p { color: rgb(170,79,219); }
H1.HeaderClassName
{
color: #AA4FDB;
}
.AnyTagClassName
{
color: #AA4FDB;
}
</style>
background-color css
<style>
a { background-color: #AA4FDB; }
a { background-color: rgb(170,79,219); }
div.DivClassName
{
background-color: #AA4FDB;
}
.BgClassName
{
background-color: #AA4FDB;
}
</style>
border-color css
<style>
span { border-color: #AA4FDB; }
span { border-color: rgb(170,79,219); }
td.TdClassName
{
border-color: #AA4FDB;
}
.TagClassName
{
border-color: #AA4FDB;
}
</style>