Shades of Medium Orchid #A957EC
Tints of Medium Orchid #A957EC
RGB
CMYK
RGB Variations
Color information
#A957EC (or 0xA957EC) is known color: Medium Orchid. HEX triplet: A9, 57 and EC. RGB value is (169,87,236). Sum of RGB (Red+Green+Blue) = 169+87+236=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A957EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A957EC is #56A813. Grayscale: #7F7F7F. Windows color (decimal): -5679124 or 15488937. OLE color: 15488937.
HSL color Cylindrical-coordinate representation of color #A957EC: hue angle of 273.02º 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 #A957EC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 87 | 236 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.07 |
| HSL | 273.02º | 0.8% | 0.63% | - |
| HSV(B) | 273.02º | 0.63% | 0.93% | - |
| XYZ | 34.91 | 21.31 | 81.63 | - |
| YUV | 128.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 236 | 0.28 | 0.63 | 0 | 0.07 | 273.02 | 0.8 | 0.63 |
| Hex | A9 | 57 | EC | 1C | 3F | 0 | 7 | 111 | 50 | 3F |
| Octal | 251 | 127 | 354 | 34 | 77 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10101001 | 1010111 | 11101100 | 11100 | 111111 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A957EC
Complementary color
Monochromatic Colors of #A957EC
Black with #A957EC
Text Example
Text Example
White with #A957EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A957EC; }
p { color: rgb(169,87,236); }
H1.HeaderClassName
{
color: #A957EC;
}
.AnyTagClassName
{
color: #A957EC;
}
</style>
background-color css
<style>
a { background-color: #A957EC; }
a { background-color: rgb(169,87,236); }
div.DivClassName
{
background-color: #A957EC;
}
.BgClassName
{
background-color: #A957EC;
}
</style>
border-color css
<style>
span { border-color: #A957EC; }
span { border-color: rgb(169,87,236); }
td.TdClassName
{
border-color: #A957EC;
}
.TagClassName
{
border-color: #A957EC;
}
</style>