Shades of Medium Purple #A47AD5
Tints of Medium Purple #A47AD5
RGB
CMYK
RGB Variations
Color information
#A47AD5 (or 0xA47AD5) is known color: Medium Purple. HEX triplet: A4, 7A and D5. RGB value is (164,122,213). Sum of RGB (Red+Green+Blue) = 164+122+213=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A47AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47AD5 is #5B852A. Grayscale: #909090. Windows color (decimal): -5997867 or 13990564. OLE color: 13990564.
HSL color Cylindrical-coordinate representation of color #A47AD5: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47AD5 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 122 | 213 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.16 |
| HSL | 267.69º | 0.52% | 0.66% | - |
| HSV(B) | 267.69º | 0.43% | 0.84% | - |
| XYZ | 34.28 | 26.62 | 66.28 | - |
| YUV | 144.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 213 | 0.23 | 0.43 | 0 | 0.16 | 267.69 | 0.52 | 0.66 |
| Hex | A4 | 7A | D5 | 17 | 2B | 0 | 10 | 10C | 34 | 42 |
| Octal | 244 | 172 | 325 | 27 | 53 | 0 | 20 | 414 | 64 | 102 |
| Binary | 10100100 | 1111010 | 11010101 | 10111 | 101011 | 0 | 10000 | 100001100 | 110100 | 1000010 |
Color Harmonies of #A47AD5
Complementary color
Monochromatic Colors of #A47AD5
Black with #A47AD5
Text Example
Text Example
White with #A47AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AD5; }
p { color: rgb(164,122,213); }
H1.HeaderClassName
{
color: #A47AD5;
}
.AnyTagClassName
{
color: #A47AD5;
}
</style>
background-color css
<style>
a { background-color: #A47AD5; }
a { background-color: rgb(164,122,213); }
div.DivClassName
{
background-color: #A47AD5;
}
.BgClassName
{
background-color: #A47AD5;
}
</style>
border-color css
<style>
span { border-color: #A47AD5; }
span { border-color: rgb(164,122,213); }
td.TdClassName
{
border-color: #A47AD5;
}
.TagClassName
{
border-color: #A47AD5;
}
</style>