Shades of Medium Orchid #A44ADB
Tints of Medium Orchid #A44ADB
RGB
CMYK
RGB Variations
Color information
#A44ADB (or 0xA44ADB) is known color: Medium Orchid. HEX triplet: A4, 4A and DB. RGB value is (164,74,219). Sum of RGB (Red+Green+Blue) = 164+74+219=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A44ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ADB is #5BB524. Grayscale: #747474. Windows color (decimal): -6010149 or 14371492. OLE color: 14371492.
HSL color Cylindrical-coordinate representation of color #A44ADB: hue angle of 277.24º 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 #A44ADB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 74 | 219 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.14 |
| HSL | 277.24º | 0.67% | 0.57% | - |
| HSV(B) | 277.24º | 0.66% | 0.86% | - |
| XYZ | 30.54 | 17.9 | 68.86 | - |
| YUV | 117.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 219 | 0.25 | 0.66 | 0 | 0.14 | 277.24 | 0.67 | 0.57 |
| Hex | A4 | 4A | DB | 19 | 42 | 0 | E | 115 | 43 | 39 |
| Octal | 244 | 112 | 333 | 31 | 102 | 0 | 16 | 425 | 103 | 71 |
| Binary | 10100100 | 1001010 | 11011011 | 11001 | 1000010 | 0 | 1110 | 100010101 | 1000011 | 111001 |
Color Harmonies of #A44ADB
Complementary color
Monochromatic Colors of #A44ADB
Black with #A44ADB
Text Example
Text Example
White with #A44ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ADB; }
p { color: rgb(164,74,219); }
H1.HeaderClassName
{
color: #A44ADB;
}
.AnyTagClassName
{
color: #A44ADB;
}
</style>
background-color css
<style>
a { background-color: #A44ADB; }
a { background-color: rgb(164,74,219); }
div.DivClassName
{
background-color: #A44ADB;
}
.BgClassName
{
background-color: #A44ADB;
}
</style>
border-color css
<style>
span { border-color: #A44ADB; }
span { border-color: rgb(164,74,219); }
td.TdClassName
{
border-color: #A44ADB;
}
.TagClassName
{
border-color: #A44ADB;
}
</style>