Shades of Medium Orchid #A853EC
Tints of Medium Orchid #A853EC
RGB
CMYK
RGB Variations
Color information
#A853EC (or 0xA853EC) is known color: Medium Orchid. HEX triplet: A8, 53 and EC. RGB value is (168,83,236). Sum of RGB (Red+Green+Blue) = 168+83+236=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A853EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853EC is #57AC13. Grayscale: #7D7D7D. Windows color (decimal): -5745684 or 15487912. OLE color: 15487912.
HSL color Cylindrical-coordinate representation of color #A853EC: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A853EC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 83 | 236 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.07 |
| HSL | 273.33º | 0.8% | 0.63% | - |
| HSV(B) | 273.33º | 0.65% | 0.93% | - |
| XYZ | 34.38 | 20.57 | 81.51 | - |
| YUV | 125.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 236 | 0.29 | 0.65 | 0 | 0.07 | 273.33 | 0.8 | 0.63 |
| Hex | A8 | 53 | EC | 1D | 41 | 0 | 7 | 111 | 50 | 3F |
| Octal | 250 | 123 | 354 | 35 | 101 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10101000 | 1010011 | 11101100 | 11101 | 1000001 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A853EC
Complementary color
Monochromatic Colors of #A853EC
Black with #A853EC
Text Example
Text Example
White with #A853EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853EC; }
p { color: rgb(168,83,236); }
H1.HeaderClassName
{
color: #A853EC;
}
.AnyTagClassName
{
color: #A853EC;
}
</style>
background-color css
<style>
a { background-color: #A853EC; }
a { background-color: rgb(168,83,236); }
div.DivClassName
{
background-color: #A853EC;
}
.BgClassName
{
background-color: #A853EC;
}
</style>
border-color css
<style>
span { border-color: #A853EC; }
span { border-color: rgb(168,83,236); }
td.TdClassName
{
border-color: #A853EC;
}
.TagClassName
{
border-color: #A853EC;
}
</style>