Shades of Medium Purple #A47DE4
Tints of Medium Purple #A47DE4
RGB
CMYK
RGB Variations
Color information
#A47DE4 (or 0xA47DE4) is known color: Medium Purple. HEX triplet: A4, 7D and E4. RGB value is (164,125,228). Sum of RGB (Red+Green+Blue) = 164+125+228=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A47DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DE4 is #5B821B. Grayscale: #949494. Windows color (decimal): -5997084 or 14974372. OLE color: 14974372.
HSL color Cylindrical-coordinate representation of color #A47DE4: hue angle of 262.72º degrees, saturation: 0.66, 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 #A47DE4 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 125 | 228 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.11 |
| HSL | 262.72º | 0.66% | 0.69% | - |
| HSV(B) | 262.72º | 0.45% | 0.89% | - |
| XYZ | 36.65 | 28.16 | 76.9 | - |
| YUV | 148.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 228 | 0.28 | 0.45 | 0 | 0.11 | 262.72 | 0.66 | 0.69 |
| Hex | A4 | 7D | E4 | 1C | 2D | 0 | B | 107 | 42 | 45 |
| Octal | 244 | 175 | 344 | 34 | 55 | 0 | 13 | 407 | 102 | 105 |
| Binary | 10100100 | 1111101 | 11100100 | 11100 | 101101 | 0 | 1011 | 100000111 | 1000010 | 1000101 |
Color Harmonies of #A47DE4
Complementary color
Monochromatic Colors of #A47DE4
Black with #A47DE4
Text Example
Text Example
White with #A47DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DE4; }
p { color: rgb(164,125,228); }
H1.HeaderClassName
{
color: #A47DE4;
}
.AnyTagClassName
{
color: #A47DE4;
}
</style>
background-color css
<style>
a { background-color: #A47DE4; }
a { background-color: rgb(164,125,228); }
div.DivClassName
{
background-color: #A47DE4;
}
.BgClassName
{
background-color: #A47DE4;
}
</style>
border-color css
<style>
span { border-color: #A47DE4; }
span { border-color: rgb(164,125,228); }
td.TdClassName
{
border-color: #A47DE4;
}
.TagClassName
{
border-color: #A47DE4;
}
</style>