Shades of Medium Orchid #A449EC
Tints of Medium Orchid #A449EC
RGB
CMYK
RGB Variations
Color information
#A449EC (or 0xA449EC) is known color: Medium Orchid. HEX triplet: A4, 49 and EC. RGB value is (164,73,236). Sum of RGB (Red+Green+Blue) = 164+73+236=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #A449EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449EC is #5BB613. Grayscale: #767676. Windows color (decimal): -6010388 or 15485348. OLE color: 15485348.
HSL color Cylindrical-coordinate representation of color #A449EC: hue angle of 273.5º 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 #A449EC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 73 | 236 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.07 |
| HSL | 273.5º | 0.81% | 0.61% | - |
| HSV(B) | 273.5º | 0.69% | 0.93% | - |
| XYZ | 32.83 | 18.71 | 81.24 | - |
| YUV | 118.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 236 | 0.31 | 0.69 | 0 | 0.07 | 273.5 | 0.81 | 0.61 |
| Hex | A4 | 49 | EC | 1F | 45 | 0 | 7 | 111 | 51 | 3D |
| Octal | 244 | 111 | 354 | 37 | 105 | 0 | 7 | 421 | 121 | 75 |
| Binary | 10100100 | 1001001 | 11101100 | 11111 | 1000101 | 0 | 111 | 100010001 | 1010001 | 111101 |
Color Harmonies of #A449EC
Complementary color
Monochromatic Colors of #A449EC
Black with #A449EC
Text Example
Text Example
White with #A449EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449EC; }
p { color: rgb(164,73,236); }
H1.HeaderClassName
{
color: #A449EC;
}
.AnyTagClassName
{
color: #A449EC;
}
</style>
background-color css
<style>
a { background-color: #A449EC; }
a { background-color: rgb(164,73,236); }
div.DivClassName
{
background-color: #A449EC;
}
.BgClassName
{
background-color: #A449EC;
}
</style>
border-color css
<style>
span { border-color: #A449EC; }
span { border-color: rgb(164,73,236); }
td.TdClassName
{
border-color: #A449EC;
}
.TagClassName
{
border-color: #A449EC;
}
</style>