Shades of Medium Purple #A47EEC
Tints of Medium Purple #A47EEC
RGB
CMYK
RGB Variations
Color information
#A47EEC (or 0xA47EEC) is known color: Medium Purple. HEX triplet: A4, 7E and EC. RGB value is (164,126,236). Sum of RGB (Red+Green+Blue) = 164+126+236=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #A47EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EEC is #5B8113. Grayscale: #959595. Windows color (decimal): -5996820 or 15498916. OLE color: 15498916.
HSL color Cylindrical-coordinate representation of color #A47EEC: hue angle of 260.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47EEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 126 | 236 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.73º | 0.74% | 0.71% | - |
| HSV(B) | 260.73º | 0.47% | 0.93% | - |
| XYZ | 37.91 | 28.87 | 82.93 | - |
| YUV | 149.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 236 | 0.31 | 0.47 | 0 | 0.07 | 260.73 | 0.74 | 0.71 |
| Hex | A4 | 7E | EC | 1F | 2F | 0 | 7 | 105 | 4A | 47 |
| Octal | 244 | 176 | 354 | 37 | 57 | 0 | 7 | 405 | 112 | 107 |
| Binary | 10100100 | 1111110 | 11101100 | 11111 | 101111 | 0 | 111 | 100000101 | 1001010 | 1000111 |
Color Harmonies of #A47EEC
Complementary color
Monochromatic Colors of #A47EEC
Black with #A47EEC
Text Example
Text Example
White with #A47EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EEC; }
p { color: rgb(164,126,236); }
H1.HeaderClassName
{
color: #A47EEC;
}
.AnyTagClassName
{
color: #A47EEC;
}
</style>
background-color css
<style>
a { background-color: #A47EEC; }
a { background-color: rgb(164,126,236); }
div.DivClassName
{
background-color: #A47EEC;
}
.BgClassName
{
background-color: #A47EEC;
}
</style>
border-color css
<style>
span { border-color: #A47EEC; }
span { border-color: rgb(164,126,236); }
td.TdClassName
{
border-color: #A47EEC;
}
.TagClassName
{
border-color: #A47EEC;
}
</style>