Shades of Medium Orchid #A747CE
Tints of Medium Orchid #A747CE
RGB
CMYK
RGB Variations
Color information
#A747CE (or 0xA747CE) is known color: Medium Orchid. HEX triplet: A7, 47 and CE. RGB value is (167,71,206). Sum of RGB (Red+Green+Blue) = 167+71+206=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A747CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CE is #58B831. Grayscale: #727272. Windows color (decimal): -5814322 or 13518759. OLE color: 13518759.
HSL color Cylindrical-coordinate representation of color #A747CE: hue angle of 282.67º 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 #A747CE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 71 | 206 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.19 |
| HSL | 282.67º | 0.58% | 0.54% | - |
| HSV(B) | 282.67º | 0.66% | 0.81% | - |
| XYZ | 29.33 | 17.18 | 60.16 | - |
| YUV | 115.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 206 | 0.19 | 0.66 | 0 | 0.19 | 282.67 | 0.58 | 0.54 |
| Hex | A7 | 47 | CE | 13 | 42 | 0 | 13 | 11B | 3A | 36 |
| Octal | 247 | 107 | 316 | 23 | 102 | 0 | 23 | 433 | 72 | 66 |
| Binary | 10100111 | 1000111 | 11001110 | 10011 | 1000010 | 0 | 10011 | 100011011 | 111010 | 110110 |
Color Harmonies of #A747CE
Complementary color
Monochromatic Colors of #A747CE
Black with #A747CE
Text Example
Text Example
White with #A747CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747CE; }
p { color: rgb(167,71,206); }
H1.HeaderClassName
{
color: #A747CE;
}
.AnyTagClassName
{
color: #A747CE;
}
</style>
background-color css
<style>
a { background-color: #A747CE; }
a { background-color: rgb(167,71,206); }
div.DivClassName
{
background-color: #A747CE;
}
.BgClassName
{
background-color: #A747CE;
}
</style>
border-color css
<style>
span { border-color: #A747CE; }
span { border-color: rgb(167,71,206); }
td.TdClassName
{
border-color: #A747CE;
}
.TagClassName
{
border-color: #A747CE;
}
</style>