Shades of Medium Purple #A47CF8
Tints of Medium Purple #A47CF8
RGB
CMYK
RGB Variations
Color information
#A47CF8 (or 0xA47CF8) is known color: Medium Purple. HEX triplet: A4, 7C and F8. RGB value is (164,124,248). Sum of RGB (Red+Green+Blue) = 164+124+248=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #A47CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CF8 is #5B8307. Grayscale: #959595. Windows color (decimal): -5997320 or 16284836. OLE color: 16284836.
HSL color Cylindrical-coordinate representation of color #A47CF8: hue angle of 259.35º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47CF8 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 124 | 248 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.03 |
| HSL | 259.35º | 0.9% | 0.73% | - |
| HSV(B) | 259.35º | 0.5% | 0.97% | - |
| XYZ | 39.46 | 29.09 | 92.34 | - |
| YUV | 150.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 248 | 0.34 | 0.5 | 0 | 0.03 | 259.35 | 0.9 | 0.73 |
| Hex | A4 | 7C | F8 | 22 | 32 | 0 | 3 | 103 | 5A | 49 |
| Octal | 244 | 174 | 370 | 42 | 62 | 0 | 3 | 403 | 132 | 111 |
| Binary | 10100100 | 1111100 | 11111000 | 100010 | 110010 | 0 | 11 | 100000011 | 1011010 | 1001001 |
Color Harmonies of #A47CF8
Complementary color
Monochromatic Colors of #A47CF8
Black with #A47CF8
Text Example
Text Example
White with #A47CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CF8; }
p { color: rgb(164,124,248); }
H1.HeaderClassName
{
color: #A47CF8;
}
.AnyTagClassName
{
color: #A47CF8;
}
</style>
background-color css
<style>
a { background-color: #A47CF8; }
a { background-color: rgb(164,124,248); }
div.DivClassName
{
background-color: #A47CF8;
}
.BgClassName
{
background-color: #A47CF8;
}
</style>
border-color css
<style>
span { border-color: #A47CF8; }
span { border-color: rgb(164,124,248); }
td.TdClassName
{
border-color: #A47CF8;
}
.TagClassName
{
border-color: #A47CF8;
}
</style>