Shades of Medium Orchid #A84EDA
Tints of Medium Orchid #A84EDA
RGB
CMYK
RGB Variations
Color information
#A84EDA (or 0xA84EDA) is known color: Medium Orchid. HEX triplet: A8, 4E and DA. RGB value is (168,78,218). Sum of RGB (Red+Green+Blue) = 168+78+218=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A84EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDA is #57B125. Grayscale: #787878. Windows color (decimal): -5746982 or 14306984. OLE color: 14306984.
HSL color Cylindrical-coordinate representation of color #A84EDA: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84EDA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 78 | 218 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.15 |
| HSL | 278.57º | 0.65% | 0.58% | - |
| HSV(B) | 278.57º | 0.64% | 0.85% | - |
| XYZ | 31.53 | 18.84 | 68.3 | - |
| YUV | 120.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 218 | 0.23 | 0.64 | 0 | 0.15 | 278.57 | 0.65 | 0.58 |
| Hex | A8 | 4E | DA | 17 | 40 | 0 | F | 117 | 41 | 3A |
| Octal | 250 | 116 | 332 | 27 | 100 | 0 | 17 | 427 | 101 | 72 |
| Binary | 10101000 | 1001110 | 11011010 | 10111 | 1000000 | 0 | 1111 | 100010111 | 1000001 | 111010 |
Color Harmonies of #A84EDA
Complementary color
Monochromatic Colors of #A84EDA
Black with #A84EDA
Text Example
Text Example
White with #A84EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EDA; }
p { color: rgb(168,78,218); }
H1.HeaderClassName
{
color: #A84EDA;
}
.AnyTagClassName
{
color: #A84EDA;
}
</style>
background-color css
<style>
a { background-color: #A84EDA; }
a { background-color: rgb(168,78,218); }
div.DivClassName
{
background-color: #A84EDA;
}
.BgClassName
{
background-color: #A84EDA;
}
</style>
border-color css
<style>
span { border-color: #A84EDA; }
span { border-color: rgb(168,78,218); }
td.TdClassName
{
border-color: #A84EDA;
}
.TagClassName
{
border-color: #A84EDA;
}
</style>