Shades of Medium Orchid #AA4BDB
Tints of Medium Orchid #AA4BDB
RGB
CMYK
RGB Variations
Color information
#AA4BDB (or 0xAA4BDB) is known color: Medium Orchid. HEX triplet: AA, 4B and DB. RGB value is (170,75,219). Sum of RGB (Red+Green+Blue) = 170+75+219=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDB is #55B424. Grayscale: #777777. Windows color (decimal): -5616677 or 14371754. OLE color: 14371754.
HSL color Cylindrical-coordinate representation of color #AA4BDB: hue angle of 279.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 75 | 219 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.14 |
| HSL | 279.58º | 0.67% | 0.58% | - |
| HSV(B) | 279.58º | 0.66% | 0.86% | - |
| XYZ | 31.88 | 18.69 | 68.95 | - |
| YUV | 119.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 219 | 0.22 | 0.66 | 0 | 0.14 | 279.58 | 0.67 | 0.58 |
| Hex | AA | 4B | DB | 16 | 42 | 0 | E | 118 | 43 | 3A |
| Octal | 252 | 113 | 333 | 26 | 102 | 0 | 16 | 430 | 103 | 72 |
| Binary | 10101010 | 1001011 | 11011011 | 10110 | 1000010 | 0 | 1110 | 100011000 | 1000011 | 111010 |
Color Harmonies of #AA4BDB
Complementary color
Monochromatic Colors of #AA4BDB
Black with #AA4BDB
Text Example
Text Example
White with #AA4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BDB; }
p { color: rgb(170,75,219); }
H1.HeaderClassName
{
color: #AA4BDB;
}
.AnyTagClassName
{
color: #AA4BDB;
}
</style>
background-color css
<style>
a { background-color: #AA4BDB; }
a { background-color: rgb(170,75,219); }
div.DivClassName
{
background-color: #AA4BDB;
}
.BgClassName
{
background-color: #AA4BDB;
}
</style>
border-color css
<style>
span { border-color: #AA4BDB; }
span { border-color: rgb(170,75,219); }
td.TdClassName
{
border-color: #AA4BDB;
}
.TagClassName
{
border-color: #AA4BDB;
}
</style>