Shades of Medium Purple #A47CE2
Tints of Medium Purple #A47CE2
RGB
CMYK
RGB Variations
Color information
#A47CE2 (or 0xA47CE2) is known color: Medium Purple. HEX triplet: A4, 7C and E2. RGB value is (164,124,226). Sum of RGB (Red+Green+Blue) = 164+124+226=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #A47CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CE2 is #5B831D. Grayscale: #939393. Windows color (decimal): -5997342 or 14843044. OLE color: 14843044.
HSL color Cylindrical-coordinate representation of color #A47CE2: hue angle of 263.53º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47CE2 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 124 | 226 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.11 |
| HSL | 263.53º | 0.64% | 0.69% | - |
| HSV(B) | 263.53º | 0.45% | 0.89% | - |
| XYZ | 36.24 | 27.8 | 75.41 | - |
| YUV | 147.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 226 | 0.27 | 0.45 | 0 | 0.11 | 263.53 | 0.64 | 0.69 |
| Hex | A4 | 7C | E2 | 1B | 2D | 0 | B | 108 | 40 | 45 |
| Octal | 244 | 174 | 342 | 33 | 55 | 0 | 13 | 410 | 100 | 105 |
| Binary | 10100100 | 1111100 | 11100010 | 11011 | 101101 | 0 | 1011 | 100001000 | 1000000 | 1000101 |
Color Harmonies of #A47CE2
Complementary color
Monochromatic Colors of #A47CE2
Black with #A47CE2
Text Example
Text Example
White with #A47CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CE2; }
p { color: rgb(164,124,226); }
H1.HeaderClassName
{
color: #A47CE2;
}
.AnyTagClassName
{
color: #A47CE2;
}
</style>
background-color css
<style>
a { background-color: #A47CE2; }
a { background-color: rgb(164,124,226); }
div.DivClassName
{
background-color: #A47CE2;
}
.BgClassName
{
background-color: #A47CE2;
}
</style>
border-color css
<style>
span { border-color: #A47CE2; }
span { border-color: rgb(164,124,226); }
td.TdClassName
{
border-color: #A47CE2;
}
.TagClassName
{
border-color: #A47CE2;
}
</style>