Shades of Medium Orchid #A84EDC
Tints of Medium Orchid #A84EDC
RGB
CMYK
RGB Variations
Color information
#A84EDC (or 0xA84EDC) is known color: Medium Orchid. HEX triplet: A8, 4E and DC. RGB value is (168,78,220). Sum of RGB (Red+Green+Blue) = 168+78+220=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDC is #57B123. Grayscale: #787878. Windows color (decimal): -5746980 or 14438056. OLE color: 14438056.
HSL color Cylindrical-coordinate representation of color #A84EDC: hue angle of 278.03º degrees, saturation: 0.67, 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 #A84EDC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 78 | 220 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.14 |
| HSL | 278.03º | 0.67% | 0.58% | - |
| HSV(B) | 278.03º | 0.65% | 0.86% | - |
| XYZ | 31.79 | 18.94 | 69.69 | - |
| YUV | 121.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 220 | 0.24 | 0.65 | 0 | 0.14 | 278.03 | 0.67 | 0.58 |
| Hex | A8 | 4E | DC | 18 | 41 | 0 | E | 116 | 43 | 3A |
| Octal | 250 | 116 | 334 | 30 | 101 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10101000 | 1001110 | 11011100 | 11000 | 1000001 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A84EDC
Complementary color
Monochromatic Colors of #A84EDC
Black with #A84EDC
Text Example
Text Example
White with #A84EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EDC; }
p { color: rgb(168,78,220); }
H1.HeaderClassName
{
color: #A84EDC;
}
.AnyTagClassName
{
color: #A84EDC;
}
</style>
background-color css
<style>
a { background-color: #A84EDC; }
a { background-color: rgb(168,78,220); }
div.DivClassName
{
background-color: #A84EDC;
}
.BgClassName
{
background-color: #A84EDC;
}
</style>
border-color css
<style>
span { border-color: #A84EDC; }
span { border-color: rgb(168,78,220); }
td.TdClassName
{
border-color: #A84EDC;
}
.TagClassName
{
border-color: #A84EDC;
}
</style>