Shades of Medium Purple #A47FE8
Tints of Medium Purple #A47FE8
RGB
CMYK
RGB Variations
Color information
#A47FE8 (or 0xA47FE8) is known color: Medium Purple. HEX triplet: A4, 7F and E8. RGB value is (164,127,232). Sum of RGB (Red+Green+Blue) = 164+127+232=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #A47FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FE8 is #5B8017. Grayscale: #959595. Windows color (decimal): -5996568 or 15237028. OLE color: 15237028.
HSL color Cylindrical-coordinate representation of color #A47FE8: hue angle of 261.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47FE8 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 127 | 232 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.09 |
| HSL | 261.14º | 0.7% | 0.7% | - |
| HSV(B) | 261.14º | 0.45% | 0.91% | - |
| XYZ | 37.46 | 28.9 | 79.95 | - |
| YUV | 150.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 232 | 0.29 | 0.45 | 0 | 0.09 | 261.14 | 0.7 | 0.7 |
| Hex | A4 | 7F | E8 | 1D | 2D | 0 | 9 | 105 | 46 | 46 |
| Octal | 244 | 177 | 350 | 35 | 55 | 0 | 11 | 405 | 106 | 106 |
| Binary | 10100100 | 1111111 | 11101000 | 11101 | 101101 | 0 | 1001 | 100000101 | 1000110 | 1000110 |
Color Harmonies of #A47FE8
Complementary color
Monochromatic Colors of #A47FE8
Black with #A47FE8
Text Example
Text Example
White with #A47FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FE8; }
p { color: rgb(164,127,232); }
H1.HeaderClassName
{
color: #A47FE8;
}
.AnyTagClassName
{
color: #A47FE8;
}
</style>
background-color css
<style>
a { background-color: #A47FE8; }
a { background-color: rgb(164,127,232); }
div.DivClassName
{
background-color: #A47FE8;
}
.BgClassName
{
background-color: #A47FE8;
}
</style>
border-color css
<style>
span { border-color: #A47FE8; }
span { border-color: rgb(164,127,232); }
td.TdClassName
{
border-color: #A47FE8;
}
.TagClassName
{
border-color: #A47FE8;
}
</style>