Shades of Medium Orchid #A84EDB
Tints of Medium Orchid #A84EDB
RGB
CMYK
RGB Variations
Color information
#A84EDB (or 0xA84EDB) is known color: Medium Orchid. HEX triplet: A8, 4E and DB. RGB value is (168,78,219). Sum of RGB (Red+Green+Blue) = 168+78+219=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A84EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDB is #57B124. Grayscale: #787878. Windows color (decimal): -5746981 or 14372520. OLE color: 14372520.
HSL color Cylindrical-coordinate representation of color #A84EDB: hue angle of 278.3º 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 #A84EDB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 78 | 219 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.3º | 0.66% | 0.58% | - |
| HSV(B) | 278.3º | 0.64% | 0.86% | - |
| XYZ | 31.66 | 18.89 | 68.99 | - |
| YUV | 120.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 219 | 0.23 | 0.64 | 0 | 0.14 | 278.3 | 0.66 | 0.58 |
| Hex | A8 | 4E | DB | 17 | 40 | 0 | E | 116 | 42 | 3A |
| Octal | 250 | 116 | 333 | 27 | 100 | 0 | 16 | 426 | 102 | 72 |
| Binary | 10101000 | 1001110 | 11011011 | 10111 | 1000000 | 0 | 1110 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A84EDB
Complementary color
Monochromatic Colors of #A84EDB
Black with #A84EDB
Text Example
Text Example
White with #A84EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EDB; }
p { color: rgb(168,78,219); }
H1.HeaderClassName
{
color: #A84EDB;
}
.AnyTagClassName
{
color: #A84EDB;
}
</style>
background-color css
<style>
a { background-color: #A84EDB; }
a { background-color: rgb(168,78,219); }
div.DivClassName
{
background-color: #A84EDB;
}
.BgClassName
{
background-color: #A84EDB;
}
</style>
border-color css
<style>
span { border-color: #A84EDB; }
span { border-color: rgb(168,78,219); }
td.TdClassName
{
border-color: #A84EDB;
}
.TagClassName
{
border-color: #A84EDB;
}
</style>