Shades of Medium Orchid #A947DF
Tints of Medium Orchid #A947DF
RGB
CMYK
RGB Variations
Color information
#A947DF (or 0xA947DF) is known color: Medium Orchid. HEX triplet: A9, 47 and DF. RGB value is (169,71,223). Sum of RGB (Red+Green+Blue) = 169+71+223=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A947DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947DF is #56B820. Grayscale: #757575. Windows color (decimal): -5683233 or 14632873. OLE color: 14632873.
HSL color Cylindrical-coordinate representation of color #A947DF: hue angle of 278.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A947DF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 71 | 223 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.13 |
| HSL | 278.68º | 0.7% | 0.58% | - |
| HSV(B) | 278.68º | 0.68% | 0.87% | - |
| XYZ | 31.93 | 18.27 | 71.66 | - |
| YUV | 117.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 223 | 0.24 | 0.68 | 0 | 0.13 | 278.68 | 0.7 | 0.58 |
| Hex | A9 | 47 | DF | 18 | 44 | 0 | D | 117 | 46 | 3A |
| Octal | 251 | 107 | 337 | 30 | 104 | 0 | 15 | 427 | 106 | 72 |
| Binary | 10101001 | 1000111 | 11011111 | 11000 | 1000100 | 0 | 1101 | 100010111 | 1000110 | 111010 |
Color Harmonies of #A947DF
Complementary color
Monochromatic Colors of #A947DF
Black with #A947DF
Text Example
Text Example
White with #A947DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947DF; }
p { color: rgb(169,71,223); }
H1.HeaderClassName
{
color: #A947DF;
}
.AnyTagClassName
{
color: #A947DF;
}
</style>
background-color css
<style>
a { background-color: #A947DF; }
a { background-color: rgb(169,71,223); }
div.DivClassName
{
background-color: #A947DF;
}
.BgClassName
{
background-color: #A947DF;
}
</style>
border-color css
<style>
span { border-color: #A947DF; }
span { border-color: rgb(169,71,223); }
td.TdClassName
{
border-color: #A947DF;
}
.TagClassName
{
border-color: #A947DF;
}
</style>