Shades of Medium Purple #A47ED5
Tints of Medium Purple #A47ED5
RGB
CMYK
RGB Variations
Color information
#A47ED5 (or 0xA47ED5) is known color: Medium Purple. HEX triplet: A4, 7E and D5. RGB value is (164,126,213). Sum of RGB (Red+Green+Blue) = 164+126+213=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #A47ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ED5 is #5B812A. Grayscale: #929292. Windows color (decimal): -5996843 or 13991588. OLE color: 13991588.
HSL color Cylindrical-coordinate representation of color #A47ED5: hue angle of 266.21º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47ED5 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 126 | 213 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.16 |
| HSL | 266.21º | 0.51% | 0.66% | - |
| HSV(B) | 266.21º | 0.41% | 0.84% | - |
| XYZ | 34.78 | 27.62 | 66.45 | - |
| YUV | 147.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 213 | 0.23 | 0.41 | 0 | 0.16 | 266.21 | 0.51 | 0.66 |
| Hex | A4 | 7E | D5 | 17 | 29 | 0 | 10 | 10A | 33 | 42 |
| Octal | 244 | 176 | 325 | 27 | 51 | 0 | 20 | 412 | 63 | 102 |
| Binary | 10100100 | 1111110 | 11010101 | 10111 | 101001 | 0 | 10000 | 100001010 | 110011 | 1000010 |
Color Harmonies of #A47ED5
Complementary color
Monochromatic Colors of #A47ED5
Black with #A47ED5
Text Example
Text Example
White with #A47ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ED5; }
p { color: rgb(164,126,213); }
H1.HeaderClassName
{
color: #A47ED5;
}
.AnyTagClassName
{
color: #A47ED5;
}
</style>
background-color css
<style>
a { background-color: #A47ED5; }
a { background-color: rgb(164,126,213); }
div.DivClassName
{
background-color: #A47ED5;
}
.BgClassName
{
background-color: #A47ED5;
}
</style>
border-color css
<style>
span { border-color: #A47ED5; }
span { border-color: rgb(164,126,213); }
td.TdClassName
{
border-color: #A47ED5;
}
.TagClassName
{
border-color: #A47ED5;
}
</style>