Shades of Medium Orchid #A84EEF
Tints of Medium Orchid #A84EEF
RGB
CMYK
RGB Variations
Color information
#A84EEF (or 0xA84EEF) is known color: Medium Orchid. HEX triplet: A8, 4E and EF. RGB value is (168,78,239). Sum of RGB (Red+Green+Blue) = 168+78+239=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #A84EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EEF is #57B110. Grayscale: #7A7A7A. Windows color (decimal): -5746961 or 15683240. OLE color: 15683240.
HSL color Cylindrical-coordinate representation of color #A84EEF: hue angle of 273.54º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84EEF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 78 | 239 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.06 |
| HSL | 273.54º | 0.83% | 0.62% | - |
| HSV(B) | 273.54º | 0.67% | 0.94% | - |
| XYZ | 34.45 | 20.01 | 83.71 | - |
| YUV | 123.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 239 | 0.30 | 0.67 | 0 | 0.06 | 273.54 | 0.83 | 0.62 |
| Hex | A8 | 4E | EF | 1E | 43 | 0 | 6 | 112 | 53 | 3E |
| Octal | 250 | 116 | 357 | 36 | 103 | 0 | 6 | 422 | 123 | 76 |
| Binary | 10101000 | 1001110 | 11101111 | 11110 | 1000011 | 0 | 110 | 100010010 | 1010011 | 111110 |
Color Harmonies of #A84EEF
Complementary color
Monochromatic Colors of #A84EEF
Black with #A84EEF
Text Example
Text Example
White with #A84EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EEF; }
p { color: rgb(168,78,239); }
H1.HeaderClassName
{
color: #A84EEF;
}
.AnyTagClassName
{
color: #A84EEF;
}
</style>
background-color css
<style>
a { background-color: #A84EEF; }
a { background-color: rgb(168,78,239); }
div.DivClassName
{
background-color: #A84EEF;
}
.BgClassName
{
background-color: #A84EEF;
}
</style>
border-color css
<style>
span { border-color: #A84EEF; }
span { border-color: rgb(168,78,239); }
td.TdClassName
{
border-color: #A84EEF;
}
.TagClassName
{
border-color: #A84EEF;
}
</style>