Shades of Medium Orchid #A747DE
Tints of Medium Orchid #A747DE
RGB
CMYK
RGB Variations
Color information
#A747DE (or 0xA747DE) is known color: Medium Orchid. HEX triplet: A7, 47 and DE. RGB value is (167,71,222). Sum of RGB (Red+Green+Blue) = 167+71+222=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #A747DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747DE is #58B821. Grayscale: #747474. Windows color (decimal): -5814306 or 14567335. OLE color: 14567335.
HSL color Cylindrical-coordinate representation of color #A747DE: hue angle of 278.15º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A747DE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 71 | 222 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.13 |
| HSL | 278.15º | 0.7% | 0.57% | - |
| HSV(B) | 278.15º | 0.68% | 0.87% | - |
| XYZ | 31.37 | 18 | 70.93 | - |
| YUV | 116.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 222 | 0.25 | 0.68 | 0 | 0.13 | 278.15 | 0.7 | 0.57 |
| Hex | A7 | 47 | DE | 19 | 44 | 0 | D | 116 | 46 | 39 |
| Octal | 247 | 107 | 336 | 31 | 104 | 0 | 15 | 426 | 106 | 71 |
| Binary | 10100111 | 1000111 | 11011110 | 11001 | 1000100 | 0 | 1101 | 100010110 | 1000110 | 111001 |
Color Harmonies of #A747DE
Complementary color
Monochromatic Colors of #A747DE
Black with #A747DE
Text Example
Text Example
White with #A747DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747DE; }
p { color: rgb(167,71,222); }
H1.HeaderClassName
{
color: #A747DE;
}
.AnyTagClassName
{
color: #A747DE;
}
</style>
background-color css
<style>
a { background-color: #A747DE; }
a { background-color: rgb(167,71,222); }
div.DivClassName
{
background-color: #A747DE;
}
.BgClassName
{
background-color: #A747DE;
}
</style>
border-color css
<style>
span { border-color: #A747DE; }
span { border-color: rgb(167,71,222); }
td.TdClassName
{
border-color: #A747DE;
}
.TagClassName
{
border-color: #A747DE;
}
</style>