Shades of Medium Orchid #A44FDB
Tints of Medium Orchid #A44FDB
RGB
CMYK
RGB Variations
Color information
#A44FDB (or 0xA44FDB) is known color: Medium Orchid. HEX triplet: A4, 4F and DB. RGB value is (164,79,219). Sum of RGB (Red+Green+Blue) = 164+79+219=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A44FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FDB is #5BB024. Grayscale: #777777. Windows color (decimal): -6008869 or 14372772. OLE color: 14372772.
HSL color Cylindrical-coordinate representation of color #A44FDB: hue angle of 276.43º 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 #A44FDB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 79 | 219 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.14 |
| HSL | 276.43º | 0.66% | 0.58% | - |
| HSV(B) | 276.43º | 0.64% | 0.86% | - |
| XYZ | 30.89 | 18.6 | 68.98 | - |
| YUV | 120.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 219 | 0.25 | 0.64 | 0 | 0.14 | 276.43 | 0.66 | 0.58 |
| Hex | A4 | 4F | DB | 19 | 40 | 0 | E | 114 | 42 | 3A |
| Octal | 244 | 117 | 333 | 31 | 100 | 0 | 16 | 424 | 102 | 72 |
| Binary | 10100100 | 1001111 | 11011011 | 11001 | 1000000 | 0 | 1110 | 100010100 | 1000010 | 111010 |
Color Harmonies of #A44FDB
Complementary color
Monochromatic Colors of #A44FDB
Black with #A44FDB
Text Example
Text Example
White with #A44FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FDB; }
p { color: rgb(164,79,219); }
H1.HeaderClassName
{
color: #A44FDB;
}
.AnyTagClassName
{
color: #A44FDB;
}
</style>
background-color css
<style>
a { background-color: #A44FDB; }
a { background-color: rgb(164,79,219); }
div.DivClassName
{
background-color: #A44FDB;
}
.BgClassName
{
background-color: #A44FDB;
}
</style>
border-color css
<style>
span { border-color: #A44FDB; }
span { border-color: rgb(164,79,219); }
td.TdClassName
{
border-color: #A44FDB;
}
.TagClassName
{
border-color: #A44FDB;
}
</style>