Shades of Medium Purple #A47FE1
Tints of Medium Purple #A47FE1
RGB
CMYK
RGB Variations
Color information
#A47FE1 (or 0xA47FE1) is known color: Medium Purple. HEX triplet: A4, 7F and E1. RGB value is (164,127,225). Sum of RGB (Red+Green+Blue) = 164+127+225=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #A47FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FE1 is #5B801E. Grayscale: #949494. Windows color (decimal): -5996575 or 14778276. OLE color: 14778276.
HSL color Cylindrical-coordinate representation of color #A47FE1: hue angle of 262.65º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A47FE1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 127 | 225 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.12 |
| HSL | 262.65º | 0.62% | 0.69% | - |
| HSV(B) | 262.65º | 0.44% | 0.88% | - |
| XYZ | 36.49 | 28.51 | 74.81 | - |
| YUV | 149.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 225 | 0.27 | 0.44 | 0 | 0.12 | 262.65 | 0.62 | 0.69 |
| Hex | A4 | 7F | E1 | 1B | 2C | 0 | C | 107 | 3E | 45 |
| Octal | 244 | 177 | 341 | 33 | 54 | 0 | 14 | 407 | 76 | 105 |
| Binary | 10100100 | 1111111 | 11100001 | 11011 | 101100 | 0 | 1100 | 100000111 | 111110 | 1000101 |
Color Harmonies of #A47FE1
Complementary color
Monochromatic Colors of #A47FE1
Black with #A47FE1
Text Example
Text Example
White with #A47FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FE1; }
p { color: rgb(164,127,225); }
H1.HeaderClassName
{
color: #A47FE1;
}
.AnyTagClassName
{
color: #A47FE1;
}
</style>
background-color css
<style>
a { background-color: #A47FE1; }
a { background-color: rgb(164,127,225); }
div.DivClassName
{
background-color: #A47FE1;
}
.BgClassName
{
background-color: #A47FE1;
}
</style>
border-color css
<style>
span { border-color: #A47FE1; }
span { border-color: rgb(164,127,225); }
td.TdClassName
{
border-color: #A47FE1;
}
.TagClassName
{
border-color: #A47FE1;
}
</style>