Shades of Medium Orchid #A84DED
Tints of Medium Orchid #A84DED
RGB
CMYK
RGB Variations
Color information
#A84DED (or 0xA84DED) is known color: Medium Orchid. HEX triplet: A8, 4D and ED. RGB value is (168,77,237). Sum of RGB (Red+Green+Blue) = 168+77+237=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DED is #57B212. Grayscale: #797979. Windows color (decimal): -5747219 or 15551912. OLE color: 15551912.
HSL color Cylindrical-coordinate representation of color #A84DED: hue angle of 274.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DED is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 77 | 237 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.13º | 0.82% | 0.62% | - |
| HSV(B) | 274.13º | 0.68% | 0.93% | - |
| XYZ | 34.09 | 19.75 | 82.14 | - |
| YUV | 122.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 237 | 0.29 | 0.68 | 0 | 0.07 | 274.13 | 0.82 | 0.62 |
| Hex | A8 | 4D | ED | 1D | 44 | 0 | 7 | 112 | 52 | 3E |
| Octal | 250 | 115 | 355 | 35 | 104 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101000 | 1001101 | 11101101 | 11101 | 1000100 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A84DED
Complementary color
Monochromatic Colors of #A84DED
Black with #A84DED
Text Example
Text Example
White with #A84DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DED; }
p { color: rgb(168,77,237); }
H1.HeaderClassName
{
color: #A84DED;
}
.AnyTagClassName
{
color: #A84DED;
}
</style>
background-color css
<style>
a { background-color: #A84DED; }
a { background-color: rgb(168,77,237); }
div.DivClassName
{
background-color: #A84DED;
}
.BgClassName
{
background-color: #A84DED;
}
</style>
border-color css
<style>
span { border-color: #A84DED; }
span { border-color: rgb(168,77,237); }
td.TdClassName
{
border-color: #A84DED;
}
.TagClassName
{
border-color: #A84DED;
}
</style>