Shades of Medium Orchid #A849EC
Tints of Medium Orchid #A849EC
RGB
CMYK
RGB Variations
Color information
#A849EC (or 0xA849EC) is known color: Medium Orchid. HEX triplet: A8, 49 and EC. RGB value is (168,73,236). Sum of RGB (Red+Green+Blue) = 168+73+236=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #A849EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EC is #57B613. Grayscale: #777777. Windows color (decimal): -5748244 or 15485352. OLE color: 15485352.
HSL color Cylindrical-coordinate representation of color #A849EC: hue angle of 274.97º 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 #A849EC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 73 | 236 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.07 |
| HSL | 274.97º | 0.81% | 0.61% | - |
| HSV(B) | 274.97º | 0.69% | 0.93% | - |
| XYZ | 33.67 | 19.15 | 81.28 | - |
| YUV | 119.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 236 | 0.29 | 0.69 | 0 | 0.07 | 274.97 | 0.81 | 0.61 |
| Hex | A8 | 49 | EC | 1D | 45 | 0 | 7 | 113 | 51 | 3D |
| Octal | 250 | 111 | 354 | 35 | 105 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101000 | 1001001 | 11101100 | 11101 | 1000101 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #A849EC
Complementary color
Monochromatic Colors of #A849EC
Black with #A849EC
Text Example
Text Example
White with #A849EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849EC; }
p { color: rgb(168,73,236); }
H1.HeaderClassName
{
color: #A849EC;
}
.AnyTagClassName
{
color: #A849EC;
}
</style>
background-color css
<style>
a { background-color: #A849EC; }
a { background-color: rgb(168,73,236); }
div.DivClassName
{
background-color: #A849EC;
}
.BgClassName
{
background-color: #A849EC;
}
</style>
border-color css
<style>
span { border-color: #A849EC; }
span { border-color: rgb(168,73,236); }
td.TdClassName
{
border-color: #A849EC;
}
.TagClassName
{
border-color: #A849EC;
}
</style>