Shades of Medium Purple #A47FDA
Tints of Medium Purple #A47FDA
RGB
CMYK
RGB Variations
Color information
#A47FDA (or 0xA47FDA) is known color: Medium Purple. HEX triplet: A4, 7F and DA. RGB value is (164,127,218). Sum of RGB (Red+Green+Blue) = 164+127+218=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A47FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDA is #5B8025. Grayscale: #949494. Windows color (decimal): -5996582 or 14319524. OLE color: 14319524.
HSL color Cylindrical-coordinate representation of color #A47FDA: hue angle of 264.4º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A47FDA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 127 | 218 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.15 |
| HSL | 264.4º | 0.55% | 0.68% | - |
| HSV(B) | 264.4º | 0.42% | 0.85% | - |
| XYZ | 35.55 | 28.13 | 69.89 | - |
| YUV | 148.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 218 | 0.25 | 0.42 | 0 | 0.15 | 264.4 | 0.55 | 0.68 |
| Hex | A4 | 7F | DA | 19 | 2A | 0 | F | 108 | 37 | 44 |
| Octal | 244 | 177 | 332 | 31 | 52 | 0 | 17 | 410 | 67 | 104 |
| Binary | 10100100 | 1111111 | 11011010 | 11001 | 101010 | 0 | 1111 | 100001000 | 110111 | 1000100 |
Color Harmonies of #A47FDA
Complementary color
Monochromatic Colors of #A47FDA
Black with #A47FDA
Text Example
Text Example
White with #A47FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FDA; }
p { color: rgb(164,127,218); }
H1.HeaderClassName
{
color: #A47FDA;
}
.AnyTagClassName
{
color: #A47FDA;
}
</style>
background-color css
<style>
a { background-color: #A47FDA; }
a { background-color: rgb(164,127,218); }
div.DivClassName
{
background-color: #A47FDA;
}
.BgClassName
{
background-color: #A47FDA;
}
</style>
border-color css
<style>
span { border-color: #A47FDA; }
span { border-color: rgb(164,127,218); }
td.TdClassName
{
border-color: #A47FDA;
}
.TagClassName
{
border-color: #A47FDA;
}
</style>