Shades of Medium Orchid #A84EDD
Tints of Medium Orchid #A84EDD
RGB
CMYK
RGB Variations
Color information
#A84EDD (or 0xA84EDD) is known color: Medium Orchid. HEX triplet: A8, 4E and DD. RGB value is (168,78,221). Sum of RGB (Red+Green+Blue) = 168+78+221=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A84EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDD is #57B122. Grayscale: #787878. Windows color (decimal): -5746979 or 14503592. OLE color: 14503592.
HSL color Cylindrical-coordinate representation of color #A84EDD: hue angle of 277.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84EDD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 78 | 221 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 277.76º | 0.68% | 0.59% | - |
| HSV(B) | 277.76º | 0.65% | 0.87% | - |
| XYZ | 31.92 | 18.99 | 70.39 | - |
| YUV | 121.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 221 | 0.24 | 0.65 | 0 | 0.13 | 277.76 | 0.68 | 0.59 |
| Hex | A8 | 4E | DD | 18 | 41 | 0 | D | 116 | 44 | 3B |
| Octal | 250 | 116 | 335 | 30 | 101 | 0 | 15 | 426 | 104 | 73 |
| Binary | 10101000 | 1001110 | 11011101 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000100 | 111011 |
Color Harmonies of #A84EDD
Complementary color
Monochromatic Colors of #A84EDD
Black with #A84EDD
Text Example
Text Example
White with #A84EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EDD; }
p { color: rgb(168,78,221); }
H1.HeaderClassName
{
color: #A84EDD;
}
.AnyTagClassName
{
color: #A84EDD;
}
</style>
background-color css
<style>
a { background-color: #A84EDD; }
a { background-color: rgb(168,78,221); }
div.DivClassName
{
background-color: #A84EDD;
}
.BgClassName
{
background-color: #A84EDD;
}
</style>
border-color css
<style>
span { border-color: #A84EDD; }
span { border-color: rgb(168,78,221); }
td.TdClassName
{
border-color: #A84EDD;
}
.TagClassName
{
border-color: #A84EDD;
}
</style>