Shades of Medium Purple #A47CE9
Tints of Medium Purple #A47CE9
RGB
CMYK
RGB Variations
Color information
#A47CE9 (or 0xA47CE9) is known color: Medium Purple. HEX triplet: A4, 7C and E9. RGB value is (164,124,233). Sum of RGB (Red+Green+Blue) = 164+124+233=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #A47CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CE9 is #5B8316. Grayscale: #939393. Windows color (decimal): -5997335 or 15301796. OLE color: 15301796.
HSL color Cylindrical-coordinate representation of color #A47CE9: hue angle of 262.02º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47CE9 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 124 | 233 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.09 |
| HSL | 262.02º | 0.71% | 0.7% | - |
| HSV(B) | 262.02º | 0.47% | 0.91% | - |
| XYZ | 37.23 | 28.19 | 80.57 | - |
| YUV | 148.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 233 | 0.30 | 0.47 | 0 | 0.09 | 262.02 | 0.71 | 0.7 |
| Hex | A4 | 7C | E9 | 1E | 2F | 0 | 9 | 106 | 47 | 46 |
| Octal | 244 | 174 | 351 | 36 | 57 | 0 | 11 | 406 | 107 | 106 |
| Binary | 10100100 | 1111100 | 11101001 | 11110 | 101111 | 0 | 1001 | 100000110 | 1000111 | 1000110 |
Color Harmonies of #A47CE9
Complementary color
Monochromatic Colors of #A47CE9
Black with #A47CE9
Text Example
Text Example
White with #A47CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CE9; }
p { color: rgb(164,124,233); }
H1.HeaderClassName
{
color: #A47CE9;
}
.AnyTagClassName
{
color: #A47CE9;
}
</style>
background-color css
<style>
a { background-color: #A47CE9; }
a { background-color: rgb(164,124,233); }
div.DivClassName
{
background-color: #A47CE9;
}
.BgClassName
{
background-color: #A47CE9;
}
</style>
border-color css
<style>
span { border-color: #A47CE9; }
span { border-color: rgb(164,124,233); }
td.TdClassName
{
border-color: #A47CE9;
}
.TagClassName
{
border-color: #A47CE9;
}
</style>