Shades of Medium Orchid #A947CF
Tints of Medium Orchid #A947CF
RGB
CMYK
RGB Variations
Color information
#A947CF (or 0xA947CF) is known color: Medium Orchid. HEX triplet: A9, 47 and CF. RGB value is (169,71,207). Sum of RGB (Red+Green+Blue) = 169+71+207=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A947CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947CF is #56B830. Grayscale: #737373. Windows color (decimal): -5683249 or 13584297. OLE color: 13584297.
HSL color Cylindrical-coordinate representation of color #A947CF: hue angle of 283.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A947CF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 71 | 207 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.19 |
| HSL | 283.24º | 0.59% | 0.55% | - |
| HSV(B) | 283.24º | 0.66% | 0.81% | - |
| XYZ | 29.88 | 17.45 | 60.82 | - |
| YUV | 115.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 207 | 0.18 | 0.66 | 0 | 0.19 | 283.24 | 0.59 | 0.55 |
| Hex | A9 | 47 | CF | 12 | 42 | 0 | 13 | 11B | 3B | 37 |
| Octal | 251 | 107 | 317 | 22 | 102 | 0 | 23 | 433 | 73 | 67 |
| Binary | 10101001 | 1000111 | 11001111 | 10010 | 1000010 | 0 | 10011 | 100011011 | 111011 | 110111 |
Color Harmonies of #A947CF
Complementary color
Monochromatic Colors of #A947CF
Black with #A947CF
Text Example
Text Example
White with #A947CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947CF; }
p { color: rgb(169,71,207); }
H1.HeaderClassName
{
color: #A947CF;
}
.AnyTagClassName
{
color: #A947CF;
}
</style>
background-color css
<style>
a { background-color: #A947CF; }
a { background-color: rgb(169,71,207); }
div.DivClassName
{
background-color: #A947CF;
}
.BgClassName
{
background-color: #A947CF;
}
</style>
border-color css
<style>
span { border-color: #A947CF; }
span { border-color: rgb(169,71,207); }
td.TdClassName
{
border-color: #A947CF;
}
.TagClassName
{
border-color: #A947CF;
}
</style>