Shades of Medium Orchid #A44DDB
Tints of Medium Orchid #A44DDB
RGB
CMYK
RGB Variations
Color information
#A44DDB (or 0xA44DDB) is known color: Medium Orchid. HEX triplet: A4, 4D and DB. RGB value is (164,77,219). Sum of RGB (Red+Green+Blue) = 164+77+219=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A44DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DDB is #5BB224. Grayscale: #767676. Windows color (decimal): -6009381 or 14372260. OLE color: 14372260.
HSL color Cylindrical-coordinate representation of color #A44DDB: hue angle of 276.76º degrees, saturation: 0.66, 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 #A44DDB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 77 | 219 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.14 |
| HSL | 276.76º | 0.66% | 0.58% | - |
| HSV(B) | 276.76º | 0.65% | 0.86% | - |
| XYZ | 30.75 | 18.31 | 68.93 | - |
| YUV | 119.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 219 | 0.25 | 0.65 | 0 | 0.14 | 276.76 | 0.66 | 0.58 |
| Hex | A4 | 4D | DB | 19 | 41 | 0 | E | 115 | 42 | 3A |
| Octal | 244 | 115 | 333 | 31 | 101 | 0 | 16 | 425 | 102 | 72 |
| Binary | 10100100 | 1001101 | 11011011 | 11001 | 1000001 | 0 | 1110 | 100010101 | 1000010 | 111010 |
Color Harmonies of #A44DDB
Complementary color
Monochromatic Colors of #A44DDB
Black with #A44DDB
Text Example
Text Example
White with #A44DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DDB; }
p { color: rgb(164,77,219); }
H1.HeaderClassName
{
color: #A44DDB;
}
.AnyTagClassName
{
color: #A44DDB;
}
</style>
background-color css
<style>
a { background-color: #A44DDB; }
a { background-color: rgb(164,77,219); }
div.DivClassName
{
background-color: #A44DDB;
}
.BgClassName
{
background-color: #A44DDB;
}
</style>
border-color css
<style>
span { border-color: #A44DDB; }
span { border-color: rgb(164,77,219); }
td.TdClassName
{
border-color: #A44DDB;
}
.TagClassName
{
border-color: #A44DDB;
}
</style>