Shades of Medium Purple #A47EDA
Tints of Medium Purple #A47EDA
RGB
CMYK
RGB Variations
Color information
#A47EDA (or 0xA47EDA) is known color: Medium Purple. HEX triplet: A4, 7E and DA. RGB value is (164,126,218). Sum of RGB (Red+Green+Blue) = 164+126+218=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A47EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EDA is #5B8125. Grayscale: #939393. Windows color (decimal): -5996838 or 14319268. OLE color: 14319268.
HSL color Cylindrical-coordinate representation of color #A47EDA: hue angle of 264.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A47EDA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 126 | 218 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.15 |
| HSL | 264.78º | 0.55% | 0.67% | - |
| HSV(B) | 264.78º | 0.42% | 0.85% | - |
| XYZ | 35.43 | 27.88 | 69.84 | - |
| YUV | 147.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 218 | 0.25 | 0.42 | 0 | 0.15 | 264.78 | 0.55 | 0.67 |
| Hex | A4 | 7E | DA | 19 | 2A | 0 | F | 109 | 37 | 43 |
| Octal | 244 | 176 | 332 | 31 | 52 | 0 | 17 | 411 | 67 | 103 |
| Binary | 10100100 | 1111110 | 11011010 | 11001 | 101010 | 0 | 1111 | 100001001 | 110111 | 1000011 |
Color Harmonies of #A47EDA
Complementary color
Monochromatic Colors of #A47EDA
Black with #A47EDA
Text Example
Text Example
White with #A47EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EDA; }
p { color: rgb(164,126,218); }
H1.HeaderClassName
{
color: #A47EDA;
}
.AnyTagClassName
{
color: #A47EDA;
}
</style>
background-color css
<style>
a { background-color: #A47EDA; }
a { background-color: rgb(164,126,218); }
div.DivClassName
{
background-color: #A47EDA;
}
.BgClassName
{
background-color: #A47EDA;
}
</style>
border-color css
<style>
span { border-color: #A47EDA; }
span { border-color: rgb(164,126,218); }
td.TdClassName
{
border-color: #A47EDA;
}
.TagClassName
{
border-color: #A47EDA;
}
</style>