Shades of Medium Orchid #A84DDB
Tints of Medium Orchid #A84DDB
RGB
CMYK
RGB Variations
Color information
#A84DDB (or 0xA84DDB) is known color: Medium Orchid. HEX triplet: A8, 4D and DB. RGB value is (168,77,219). Sum of RGB (Red+Green+Blue) = 168+77+219=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 77 (30.47% from 255 or 16.59% 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 #A84DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DDB is #57B224. Grayscale: #777777. Windows color (decimal): -5747237 or 14372264. OLE color: 14372264.
HSL color Cylindrical-coordinate representation of color #A84DDB: hue angle of 278.45º 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 #A84DDB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 77 | 219 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.14 |
| HSL | 278.45º | 0.66% | 0.58% | - |
| HSV(B) | 278.45º | 0.65% | 0.86% | - |
| XYZ | 31.59 | 18.75 | 68.97 | - |
| YUV | 120.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 219 | 0.23 | 0.65 | 0 | 0.14 | 278.45 | 0.66 | 0.58 |
| Hex | A8 | 4D | DB | 17 | 41 | 0 | E | 116 | 42 | 3A |
| Octal | 250 | 115 | 333 | 27 | 101 | 0 | 16 | 426 | 102 | 72 |
| Binary | 10101000 | 1001101 | 11011011 | 10111 | 1000001 | 0 | 1110 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A84DDB
Complementary color
Monochromatic Colors of #A84DDB
Black with #A84DDB
Text Example
Text Example
White with #A84DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DDB; }
p { color: rgb(168,77,219); }
H1.HeaderClassName
{
color: #A84DDB;
}
.AnyTagClassName
{
color: #A84DDB;
}
</style>
background-color css
<style>
a { background-color: #A84DDB; }
a { background-color: rgb(168,77,219); }
div.DivClassName
{
background-color: #A84DDB;
}
.BgClassName
{
background-color: #A84DDB;
}
</style>
border-color css
<style>
span { border-color: #A84DDB; }
span { border-color: rgb(168,77,219); }
td.TdClassName
{
border-color: #A84DDB;
}
.TagClassName
{
border-color: #A84DDB;
}
</style>