Shades of Medium Purple #A47EF1
Tints of Medium Purple #A47EF1
RGB
CMYK
RGB Variations
Color information
#A47EF1 (or 0xA47EF1) is known color: Medium Purple. HEX triplet: A4, 7E and F1. RGB value is (164,126,241). Sum of RGB (Red+Green+Blue) = 164+126+241=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #A47EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EF1 is #5B810E. Grayscale: #969696. Windows color (decimal): -5996815 or 15826596. OLE color: 15826596.
HSL color Cylindrical-coordinate representation of color #A47EF1: hue angle of 259.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47EF1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 126 | 241 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.05 |
| HSL | 259.83º | 0.8% | 0.72% | - |
| HSV(B) | 259.83º | 0.48% | 0.95% | - |
| XYZ | 38.65 | 29.17 | 86.81 | - |
| YUV | 150.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 241 | 0.32 | 0.48 | 0 | 0.05 | 259.83 | 0.8 | 0.72 |
| Hex | A4 | 7E | F1 | 20 | 30 | 0 | 5 | 104 | 50 | 48 |
| Octal | 244 | 176 | 361 | 40 | 60 | 0 | 5 | 404 | 120 | 110 |
| Binary | 10100100 | 1111110 | 11110001 | 100000 | 110000 | 0 | 101 | 100000100 | 1010000 | 1001000 |
Color Harmonies of #A47EF1
Complementary color
Monochromatic Colors of #A47EF1
Black with #A47EF1
Text Example
Text Example
White with #A47EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EF1; }
p { color: rgb(164,126,241); }
H1.HeaderClassName
{
color: #A47EF1;
}
.AnyTagClassName
{
color: #A47EF1;
}
</style>
background-color css
<style>
a { background-color: #A47EF1; }
a { background-color: rgb(164,126,241); }
div.DivClassName
{
background-color: #A47EF1;
}
.BgClassName
{
background-color: #A47EF1;
}
</style>
border-color css
<style>
span { border-color: #A47EF1; }
span { border-color: rgb(164,126,241); }
td.TdClassName
{
border-color: #A47EF1;
}
.TagClassName
{
border-color: #A47EF1;
}
</style>