Shades of Medium Orchid #A44BDB
Tints of Medium Orchid #A44BDB
RGB
CMYK
RGB Variations
Color information
#A44BDB (or 0xA44BDB) is known color: Medium Orchid. HEX triplet: A4, 4B and DB. RGB value is (164,75,219). Sum of RGB (Red+Green+Blue) = 164+75+219=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A44BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDB is #5BB424. Grayscale: #757575. Windows color (decimal): -6009893 or 14371748. OLE color: 14371748.
HSL color Cylindrical-coordinate representation of color #A44BDB: hue angle of 277.08º 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 #A44BDB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 75 | 219 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.14 |
| HSL | 277.08º | 0.67% | 0.58% | - |
| HSV(B) | 277.08º | 0.66% | 0.86% | - |
| XYZ | 30.61 | 18.04 | 68.89 | - |
| YUV | 118.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 219 | 0.25 | 0.66 | 0 | 0.14 | 277.08 | 0.67 | 0.58 |
| Hex | A4 | 4B | DB | 19 | 42 | 0 | E | 115 | 43 | 3A |
| Octal | 244 | 113 | 333 | 31 | 102 | 0 | 16 | 425 | 103 | 72 |
| Binary | 10100100 | 1001011 | 11011011 | 11001 | 1000010 | 0 | 1110 | 100010101 | 1000011 | 111010 |
Color Harmonies of #A44BDB
Complementary color
Monochromatic Colors of #A44BDB
Black with #A44BDB
Text Example
Text Example
White with #A44BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BDB; }
p { color: rgb(164,75,219); }
H1.HeaderClassName
{
color: #A44BDB;
}
.AnyTagClassName
{
color: #A44BDB;
}
</style>
background-color css
<style>
a { background-color: #A44BDB; }
a { background-color: rgb(164,75,219); }
div.DivClassName
{
background-color: #A44BDB;
}
.BgClassName
{
background-color: #A44BDB;
}
</style>
border-color css
<style>
span { border-color: #A44BDB; }
span { border-color: rgb(164,75,219); }
td.TdClassName
{
border-color: #A44BDB;
}
.TagClassName
{
border-color: #A44BDB;
}
</style>