Shades of Medium Orchid #A947CE
Tints of Medium Orchid #A947CE
RGB
CMYK
RGB Variations
Color information
#A947CE (or 0xA947CE) is known color: Medium Orchid. HEX triplet: A9, 47 and CE. RGB value is (169,71,206). Sum of RGB (Red+Green+Blue) = 169+71+206=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #A947CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947CE is #56B831. Grayscale: #737373. Windows color (decimal): -5683250 or 13518761. OLE color: 13518761.
HSL color Cylindrical-coordinate representation of color #A947CE: hue angle of 283.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A947CE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 71 | 206 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.19 |
| HSL | 283.56º | 0.58% | 0.54% | - |
| HSV(B) | 283.56º | 0.66% | 0.81% | - |
| XYZ | 29.76 | 17.4 | 60.18 | - |
| YUV | 115.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 206 | 0.18 | 0.66 | 0 | 0.19 | 283.56 | 0.58 | 0.54 |
| Hex | A9 | 47 | CE | 12 | 42 | 0 | 13 | 11C | 3A | 36 |
| Octal | 251 | 107 | 316 | 22 | 102 | 0 | 23 | 434 | 72 | 66 |
| Binary | 10101001 | 1000111 | 11001110 | 10010 | 1000010 | 0 | 10011 | 100011100 | 111010 | 110110 |
Color Harmonies of #A947CE
Complementary color
Monochromatic Colors of #A947CE
Black with #A947CE
Text Example
Text Example
White with #A947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947CE; }
p { color: rgb(169,71,206); }
H1.HeaderClassName
{
color: #A947CE;
}
.AnyTagClassName
{
color: #A947CE;
}
</style>
background-color css
<style>
a { background-color: #A947CE; }
a { background-color: rgb(169,71,206); }
div.DivClassName
{
background-color: #A947CE;
}
.BgClassName
{
background-color: #A947CE;
}
</style>
border-color css
<style>
span { border-color: #A947CE; }
span { border-color: rgb(169,71,206); }
td.TdClassName
{
border-color: #A947CE;
}
.TagClassName
{
border-color: #A947CE;
}
</style>