Shades of Medium Orchid #A84EEA
Tints of Medium Orchid #A84EEA
RGB
CMYK
RGB Variations
Color information
#A84EEA (or 0xA84EEA) is known color: Medium Orchid. HEX triplet: A8, 4E and EA. RGB value is (168,78,234). Sum of RGB (Red+Green+Blue) = 168+78+234=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #A84EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EEA is #57B115. Grayscale: #7A7A7A. Windows color (decimal): -5746966 or 15355560. OLE color: 15355560.
HSL color Cylindrical-coordinate representation of color #A84EEA: hue angle of 274.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84EEA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 78 | 234 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.08 |
| HSL | 274.62º | 0.79% | 0.61% | - |
| HSV(B) | 274.62º | 0.67% | 0.92% | - |
| XYZ | 33.72 | 19.71 | 79.87 | - |
| YUV | 122.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 234 | 0.28 | 0.67 | 0 | 0.08 | 274.62 | 0.79 | 0.61 |
| Hex | A8 | 4E | EA | 1C | 43 | 0 | 8 | 113 | 4F | 3D |
| Octal | 250 | 116 | 352 | 34 | 103 | 0 | 10 | 423 | 117 | 75 |
| Binary | 10101000 | 1001110 | 11101010 | 11100 | 1000011 | 0 | 1000 | 100010011 | 1001111 | 111101 |
Color Harmonies of #A84EEA
Complementary color
Monochromatic Colors of #A84EEA
Black with #A84EEA
Text Example
Text Example
White with #A84EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EEA; }
p { color: rgb(168,78,234); }
H1.HeaderClassName
{
color: #A84EEA;
}
.AnyTagClassName
{
color: #A84EEA;
}
</style>
background-color css
<style>
a { background-color: #A84EEA; }
a { background-color: rgb(168,78,234); }
div.DivClassName
{
background-color: #A84EEA;
}
.BgClassName
{
background-color: #A84EEA;
}
</style>
border-color css
<style>
span { border-color: #A84EEA; }
span { border-color: rgb(168,78,234); }
td.TdClassName
{
border-color: #A84EEA;
}
.TagClassName
{
border-color: #A84EEA;
}
</style>