Shades of Medium Orchid #A854EA
Tints of Medium Orchid #A854EA
RGB
CMYK
RGB Variations
Color information
#A854EA (or 0xA854EA) is known color: Medium Orchid. HEX triplet: A8, 54 and EA. RGB value is (168,84,234). Sum of RGB (Red+Green+Blue) = 168+84+234=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A854EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EA is #57AB15. Grayscale: #7D7D7D. Windows color (decimal): -5745430 or 15357096. OLE color: 15357096.
HSL color Cylindrical-coordinate representation of color #A854EA: hue angle of 273.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A854EA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 84 | 234 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.08 |
| HSL | 273.6º | 0.78% | 0.62% | - |
| HSV(B) | 273.6º | 0.64% | 0.92% | - |
| XYZ | 34.17 | 20.61 | 80.02 | - |
| YUV | 126.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 234 | 0.28 | 0.64 | 0 | 0.08 | 273.6 | 0.78 | 0.62 |
| Hex | A8 | 54 | EA | 1C | 40 | 0 | 8 | 112 | 4E | 3E |
| Octal | 250 | 124 | 352 | 34 | 100 | 0 | 10 | 422 | 116 | 76 |
| Binary | 10101000 | 1010100 | 11101010 | 11100 | 1000000 | 0 | 1000 | 100010010 | 1001110 | 111110 |
Color Harmonies of #A854EA
Complementary color
Monochromatic Colors of #A854EA
Black with #A854EA
Text Example
Text Example
White with #A854EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854EA; }
p { color: rgb(168,84,234); }
H1.HeaderClassName
{
color: #A854EA;
}
.AnyTagClassName
{
color: #A854EA;
}
</style>
background-color css
<style>
a { background-color: #A854EA; }
a { background-color: rgb(168,84,234); }
div.DivClassName
{
background-color: #A854EA;
}
.BgClassName
{
background-color: #A854EA;
}
</style>
border-color css
<style>
span { border-color: #A854EA; }
span { border-color: rgb(168,84,234); }
td.TdClassName
{
border-color: #A854EA;
}
.TagClassName
{
border-color: #A854EA;
}
</style>