Shades of Medium Orchid #A84FDB
Tints of Medium Orchid #A84FDB
RGB
CMYK
RGB Variations
Color information
#A84FDB (or 0xA84FDB) is known color: Medium Orchid. HEX triplet: A8, 4F and DB. RGB value is (168,79,219). Sum of RGB (Red+Green+Blue) = 168+79+219=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A84FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FDB is #57B024. Grayscale: #797979. Windows color (decimal): -5746725 or 14372776. OLE color: 14372776.
HSL color Cylindrical-coordinate representation of color #A84FDB: hue angle of 278.14º 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 #A84FDB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 79 | 219 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.14º | 0.66% | 0.58% | - |
| HSV(B) | 278.14º | 0.64% | 0.86% | - |
| XYZ | 31.73 | 19.03 | 69.02 | - |
| YUV | 121.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 219 | 0.23 | 0.64 | 0 | 0.14 | 278.14 | 0.66 | 0.58 |
| Hex | A8 | 4F | DB | 17 | 40 | 0 | E | 116 | 42 | 3A |
| Octal | 250 | 117 | 333 | 27 | 100 | 0 | 16 | 426 | 102 | 72 |
| Binary | 10101000 | 1001111 | 11011011 | 10111 | 1000000 | 0 | 1110 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A84FDB
Complementary color
Monochromatic Colors of #A84FDB
Black with #A84FDB
Text Example
Text Example
White with #A84FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FDB; }
p { color: rgb(168,79,219); }
H1.HeaderClassName
{
color: #A84FDB;
}
.AnyTagClassName
{
color: #A84FDB;
}
</style>
background-color css
<style>
a { background-color: #A84FDB; }
a { background-color: rgb(168,79,219); }
div.DivClassName
{
background-color: #A84FDB;
}
.BgClassName
{
background-color: #A84FDB;
}
</style>
border-color css
<style>
span { border-color: #A84FDB; }
span { border-color: rgb(168,79,219); }
td.TdClassName
{
border-color: #A84FDB;
}
.TagClassName
{
border-color: #A84FDB;
}
</style>