Shades of Medium Purple #A47DF8
Tints of Medium Purple #A47DF8
RGB
CMYK
RGB Variations
Color information
#A47DF8 (or 0xA47DF8) is known color: Medium Purple. HEX triplet: A4, 7D and F8. RGB value is (164,125,248). Sum of RGB (Red+Green+Blue) = 164+125+248=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #A47DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF8 is #5B8207. Grayscale: #969696. Windows color (decimal): -5997064 or 16285092. OLE color: 16285092.
HSL color Cylindrical-coordinate representation of color #A47DF8: hue angle of 259.02º 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 #A47DF8 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 125 | 248 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.03 |
| HSL | 259.02º | 0.9% | 0.73% | - |
| HSV(B) | 259.02º | 0.5% | 0.97% | - |
| XYZ | 39.59 | 29.34 | 92.38 | - |
| YUV | 150.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 248 | 0.34 | 0.50 | 0 | 0.03 | 259.02 | 0.9 | 0.73 |
| Hex | A4 | 7D | F8 | 22 | 32 | 0 | 3 | 103 | 5A | 49 |
| Octal | 244 | 175 | 370 | 42 | 62 | 0 | 3 | 403 | 132 | 111 |
| Binary | 10100100 | 1111101 | 11111000 | 100010 | 110010 | 0 | 11 | 100000011 | 1011010 | 1001001 |
Color Harmonies of #A47DF8
Complementary color
Monochromatic Colors of #A47DF8
Black with #A47DF8
Text Example
Text Example
White with #A47DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DF8; }
p { color: rgb(164,125,248); }
H1.HeaderClassName
{
color: #A47DF8;
}
.AnyTagClassName
{
color: #A47DF8;
}
</style>
background-color css
<style>
a { background-color: #A47DF8; }
a { background-color: rgb(164,125,248); }
div.DivClassName
{
background-color: #A47DF8;
}
.BgClassName
{
background-color: #A47DF8;
}
</style>
border-color css
<style>
span { border-color: #A47DF8; }
span { border-color: rgb(164,125,248); }
td.TdClassName
{
border-color: #A47DF8;
}
.TagClassName
{
border-color: #A47DF8;
}
</style>