Shades of Medium Orchid #A84EED
Tints of Medium Orchid #A84EED
RGB
CMYK
RGB Variations
Color information
#A84EED (or 0xA84EED) is known color: Medium Orchid. HEX triplet: A8, 4E and ED. RGB value is (168,78,237). Sum of RGB (Red+Green+Blue) = 168+78+237=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EED is #57B112. Grayscale: #7A7A7A. Windows color (decimal): -5746963 or 15552168. OLE color: 15552168.
HSL color Cylindrical-coordinate representation of color #A84EED: hue angle of 273.96º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84EED is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 78 | 237 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.07 |
| HSL | 273.96º | 0.82% | 0.62% | - |
| HSV(B) | 273.96º | 0.67% | 0.93% | - |
| XYZ | 34.16 | 19.89 | 82.16 | - |
| YUV | 123.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 237 | 0.29 | 0.67 | 0 | 0.07 | 273.96 | 0.82 | 0.62 |
| Hex | A8 | 4E | ED | 1D | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 250 | 116 | 355 | 35 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101000 | 1001110 | 11101101 | 11101 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A84EED
Complementary color
Monochromatic Colors of #A84EED
Black with #A84EED
Text Example
Text Example
White with #A84EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EED; }
p { color: rgb(168,78,237); }
H1.HeaderClassName
{
color: #A84EED;
}
.AnyTagClassName
{
color: #A84EED;
}
</style>
background-color css
<style>
a { background-color: #A84EED; }
a { background-color: rgb(168,78,237); }
div.DivClassName
{
background-color: #A84EED;
}
.BgClassName
{
background-color: #A84EED;
}
</style>
border-color css
<style>
span { border-color: #A84EED; }
span { border-color: rgb(168,78,237); }
td.TdClassName
{
border-color: #A84EED;
}
.TagClassName
{
border-color: #A84EED;
}
</style>