Shades of Medium Orchid #A949EC
Tints of Medium Orchid #A949EC
RGB
CMYK
RGB Variations
Color information
#A949EC (or 0xA949EC) is known color: Medium Orchid. HEX triplet: A9, 49 and EC. RGB value is (169,73,236). Sum of RGB (Red+Green+Blue) = 169+73+236=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A949EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949EC is #56B613. Grayscale: #777777. Windows color (decimal): -5682708 or 15485353. OLE color: 15485353.
HSL color Cylindrical-coordinate representation of color #A949EC: hue angle of 275.34º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A949EC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 73 | 236 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.07 |
| HSL | 275.34º | 0.81% | 0.61% | - |
| HSV(B) | 275.34º | 0.69% | 0.93% | - |
| XYZ | 33.89 | 19.26 | 81.29 | - |
| YUV | 120.29 | 193.3 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 236 | 0.28 | 0.69 | 0 | 0.07 | 275.34 | 0.81 | 0.61 |
| Hex | A9 | 49 | EC | 1C | 45 | 0 | 7 | 113 | 51 | 3D |
| Octal | 251 | 111 | 354 | 34 | 105 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101001 | 1001001 | 11101100 | 11100 | 1000101 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #A949EC
Complementary color
Monochromatic Colors of #A949EC
Black with #A949EC
Text Example
Text Example
White with #A949EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949EC; }
p { color: rgb(169,73,236); }
H1.HeaderClassName
{
color: #A949EC;
}
.AnyTagClassName
{
color: #A949EC;
}
</style>
background-color css
<style>
a { background-color: #A949EC; }
a { background-color: rgb(169,73,236); }
div.DivClassName
{
background-color: #A949EC;
}
.BgClassName
{
background-color: #A949EC;
}
</style>
border-color css
<style>
span { border-color: #A949EC; }
span { border-color: rgb(169,73,236); }
td.TdClassName
{
border-color: #A949EC;
}
.TagClassName
{
border-color: #A949EC;
}
</style>