Shades of Medium Orchid #A949CE
Tints of Medium Orchid #A949CE
RGB
CMYK
RGB Variations
Color information
#A949CE (or 0xA949CE) is known color: Medium Orchid. HEX triplet: A9, 49 and CE. RGB value is (169,73,206). Sum of RGB (Red+Green+Blue) = 169+73+206=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A949CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CE is #56B631. Grayscale: #747474. Windows color (decimal): -5682738 or 13519273. OLE color: 13519273.
HSL color Cylindrical-coordinate representation of color #A949CE: hue angle of 283.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A949CE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 73 | 206 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.19 |
| HSL | 283.31º | 0.58% | 0.55% | - |
| HSV(B) | 283.31º | 0.65% | 0.81% | - |
| XYZ | 29.89 | 17.66 | 60.23 | - |
| YUV | 116.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 206 | 0.18 | 0.65 | 0 | 0.19 | 283.31 | 0.58 | 0.55 |
| Hex | A9 | 49 | CE | 12 | 41 | 0 | 13 | 11B | 3A | 37 |
| Octal | 251 | 111 | 316 | 22 | 101 | 0 | 23 | 433 | 72 | 67 |
| Binary | 10101001 | 1001001 | 11001110 | 10010 | 1000001 | 0 | 10011 | 100011011 | 111010 | 110111 |
Color Harmonies of #A949CE
Complementary color
Monochromatic Colors of #A949CE
Black with #A949CE
Text Example
Text Example
White with #A949CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949CE; }
p { color: rgb(169,73,206); }
H1.HeaderClassName
{
color: #A949CE;
}
.AnyTagClassName
{
color: #A949CE;
}
</style>
background-color css
<style>
a { background-color: #A949CE; }
a { background-color: rgb(169,73,206); }
div.DivClassName
{
background-color: #A949CE;
}
.BgClassName
{
background-color: #A949CE;
}
</style>
border-color css
<style>
span { border-color: #A949CE; }
span { border-color: rgb(169,73,206); }
td.TdClassName
{
border-color: #A949CE;
}
.TagClassName
{
border-color: #A949CE;
}
</style>