Shades of Medium Orchid #A84EDE
Tints of Medium Orchid #A84EDE
RGB
CMYK
RGB Variations
Color information
#A84EDE (or 0xA84EDE) is known color: Medium Orchid. HEX triplet: A8, 4E and DE. RGB value is (168,78,222). Sum of RGB (Red+Green+Blue) = 168+78+222=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #A84EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDE is #57B121. Grayscale: #787878. Windows color (decimal): -5746978 or 14569128. OLE color: 14569128.
HSL color Cylindrical-coordinate representation of color #A84EDE: hue angle of 277.5º degrees, saturation: 0.69, 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 #A84EDE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 78 | 222 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 277.5º | 0.69% | 0.59% | - |
| HSV(B) | 277.5º | 0.65% | 0.87% | - |
| XYZ | 32.06 | 19.05 | 71.09 | - |
| YUV | 121.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 222 | 0.24 | 0.65 | 0 | 0.13 | 277.5 | 0.69 | 0.59 |
| Hex | A8 | 4E | DE | 18 | 41 | 0 | D | 116 | 45 | 3B |
| Octal | 250 | 116 | 336 | 30 | 101 | 0 | 15 | 426 | 105 | 73 |
| Binary | 10101000 | 1001110 | 11011110 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000101 | 111011 |
Color Harmonies of #A84EDE
Complementary color
Monochromatic Colors of #A84EDE
Black with #A84EDE
Text Example
Text Example
White with #A84EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EDE; }
p { color: rgb(168,78,222); }
H1.HeaderClassName
{
color: #A84EDE;
}
.AnyTagClassName
{
color: #A84EDE;
}
</style>
background-color css
<style>
a { background-color: #A84EDE; }
a { background-color: rgb(168,78,222); }
div.DivClassName
{
background-color: #A84EDE;
}
.BgClassName
{
background-color: #A84EDE;
}
</style>
border-color css
<style>
span { border-color: #A84EDE; }
span { border-color: rgb(168,78,222); }
td.TdClassName
{
border-color: #A84EDE;
}
.TagClassName
{
border-color: #A84EDE;
}
</style>