Shades of Medium Orchid #A949E3
Tints of Medium Orchid #A949E3
RGB
CMYK
RGB Variations
Color information
#A949E3 (or 0xA949E3) is known color: Medium Orchid. HEX triplet: A9, 49 and E3. RGB value is (169,73,227). Sum of RGB (Red+Green+Blue) = 169+73+227=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #A949E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949E3 is #56B61C. Grayscale: #767676. Windows color (decimal): -5682717 or 14895529. OLE color: 14895529.
HSL color Cylindrical-coordinate representation of color #A949E3: hue angle of 277.4º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A949E3 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 73 | 227 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.11 |
| HSL | 277.4º | 0.73% | 0.59% | - |
| HSV(B) | 277.4º | 0.68% | 0.89% | - |
| XYZ | 32.61 | 18.75 | 74.57 | - |
| YUV | 119.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 227 | 0.26 | 0.68 | 0 | 0.11 | 277.4 | 0.73 | 0.59 |
| Hex | A9 | 49 | E3 | 1A | 44 | 0 | B | 115 | 49 | 3B |
| Octal | 251 | 111 | 343 | 32 | 104 | 0 | 13 | 425 | 111 | 73 |
| Binary | 10101001 | 1001001 | 11100011 | 11010 | 1000100 | 0 | 1011 | 100010101 | 1001001 | 111011 |
Color Harmonies of #A949E3
Complementary color
Monochromatic Colors of #A949E3
Black with #A949E3
Text Example
Text Example
White with #A949E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949E3; }
p { color: rgb(169,73,227); }
H1.HeaderClassName
{
color: #A949E3;
}
.AnyTagClassName
{
color: #A949E3;
}
</style>
background-color css
<style>
a { background-color: #A949E3; }
a { background-color: rgb(169,73,227); }
div.DivClassName
{
background-color: #A949E3;
}
.BgClassName
{
background-color: #A949E3;
}
</style>
border-color css
<style>
span { border-color: #A949E3; }
span { border-color: rgb(169,73,227); }
td.TdClassName
{
border-color: #A949E3;
}
.TagClassName
{
border-color: #A949E3;
}
</style>