Shades of Medium Orchid #A747ED
Tints of Medium Orchid #A747ED
RGB
CMYK
RGB Variations
Color information
#A747ED (or 0xA747ED) is known color: Medium Orchid. HEX triplet: A7, 47 and ED. RGB value is (167,71,237). Sum of RGB (Red+Green+Blue) = 167+71+237=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A747ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747ED is #58B812. Grayscale: #767676. Windows color (decimal): -5814291 or 15550375. OLE color: 15550375.
HSL color Cylindrical-coordinate representation of color #A747ED: hue angle of 274.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A747ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 71 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.7º | 0.82% | 0.6% | - |
| HSV(B) | 274.7º | 0.7% | 0.93% | - |
| XYZ | 33.48 | 18.84 | 81.99 | - |
| YUV | 118.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 237 | 0.30 | 0.70 | 0 | 0.07 | 274.7 | 0.82 | 0.6 |
| Hex | A7 | 47 | ED | 1E | 46 | 0 | 7 | 113 | 52 | 3C |
| Octal | 247 | 107 | 355 | 36 | 106 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10100111 | 1000111 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A747ED
Complementary color
Monochromatic Colors of #A747ED
Black with #A747ED
Text Example
Text Example
White with #A747ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747ED; }
p { color: rgb(167,71,237); }
H1.HeaderClassName
{
color: #A747ED;
}
.AnyTagClassName
{
color: #A747ED;
}
</style>
background-color css
<style>
a { background-color: #A747ED; }
a { background-color: rgb(167,71,237); }
div.DivClassName
{
background-color: #A747ED;
}
.BgClassName
{
background-color: #A747ED;
}
</style>
border-color css
<style>
span { border-color: #A747ED; }
span { border-color: rgb(167,71,237); }
td.TdClassName
{
border-color: #A747ED;
}
.TagClassName
{
border-color: #A747ED;
}
</style>