Shades of Medium Orchid #A857EC
Tints of Medium Orchid #A857EC
RGB
CMYK
RGB Variations
Color information
#A857EC (or 0xA857EC) is known color: Medium Orchid. HEX triplet: A8, 57 and EC. RGB value is (168,87,236). Sum of RGB (Red+Green+Blue) = 168+87+236=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #A857EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EC is #57A813. Grayscale: #7F7F7F. Windows color (decimal): -5744660 or 15488936. OLE color: 15488936.
HSL color Cylindrical-coordinate representation of color #A857EC: hue angle of 272.62º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A857EC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 87 | 236 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 272.62º | 0.8% | 0.63% | - |
| HSV(B) | 272.62º | 0.63% | 0.93% | - |
| XYZ | 34.7 | 21.2 | 81.62 | - |
| YUV | 128.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 236 | 0.29 | 0.63 | 0 | 0.07 | 272.62 | 0.8 | 0.63 |
| Hex | A8 | 57 | EC | 1D | 3F | 0 | 7 | 111 | 50 | 3F |
| Octal | 250 | 127 | 354 | 35 | 77 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10101000 | 1010111 | 11101100 | 11101 | 111111 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A857EC
Complementary color
Monochromatic Colors of #A857EC
Black with #A857EC
Text Example
Text Example
White with #A857EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857EC; }
p { color: rgb(168,87,236); }
H1.HeaderClassName
{
color: #A857EC;
}
.AnyTagClassName
{
color: #A857EC;
}
</style>
background-color css
<style>
a { background-color: #A857EC; }
a { background-color: rgb(168,87,236); }
div.DivClassName
{
background-color: #A857EC;
}
.BgClassName
{
background-color: #A857EC;
}
</style>
border-color css
<style>
span { border-color: #A857EC; }
span { border-color: rgb(168,87,236); }
td.TdClassName
{
border-color: #A857EC;
}
.TagClassName
{
border-color: #A857EC;
}
</style>