Shades of Medium Orchid #A84DEE
Tints of Medium Orchid #A84DEE
RGB
CMYK
RGB Variations
Color information
#A84DEE (or 0xA84DEE) is known color: Medium Orchid. HEX triplet: A8, 4D and EE. RGB value is (168,77,238). Sum of RGB (Red+Green+Blue) = 168+77+238=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A84DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DEE is #57B211. Grayscale: #7A7A7A. Windows color (decimal): -5747218 or 15617448. OLE color: 15617448.
HSL color Cylindrical-coordinate representation of color #A84DEE: hue angle of 273.91º degrees, saturation: 0.83, 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 #A84DEE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 77 | 238 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 273.91º | 0.83% | 0.62% | - |
| HSV(B) | 273.91º | 0.68% | 0.93% | - |
| XYZ | 34.23 | 19.81 | 82.91 | - |
| YUV | 122.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 238 | 0.29 | 0.68 | 0 | 0.07 | 273.91 | 0.83 | 0.62 |
| Hex | A8 | 4D | EE | 1D | 44 | 0 | 7 | 112 | 53 | 3E |
| Octal | 250 | 115 | 356 | 35 | 104 | 0 | 7 | 422 | 123 | 76 |
| Binary | 10101000 | 1001101 | 11101110 | 11101 | 1000100 | 0 | 111 | 100010010 | 1010011 | 111110 |
Color Harmonies of #A84DEE
Complementary color
Monochromatic Colors of #A84DEE
Black with #A84DEE
Text Example
Text Example
White with #A84DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DEE; }
p { color: rgb(168,77,238); }
H1.HeaderClassName
{
color: #A84DEE;
}
.AnyTagClassName
{
color: #A84DEE;
}
</style>
background-color css
<style>
a { background-color: #A84DEE; }
a { background-color: rgb(168,77,238); }
div.DivClassName
{
background-color: #A84DEE;
}
.BgClassName
{
background-color: #A84DEE;
}
</style>
border-color css
<style>
span { border-color: #A84DEE; }
span { border-color: rgb(168,77,238); }
td.TdClassName
{
border-color: #A84DEE;
}
.TagClassName
{
border-color: #A84DEE;
}
</style>