Shades of Medium Purple #A47DF7
Tints of Medium Purple #A47DF7
RGB
CMYK
RGB Variations
Color information
#A47DF7 (or 0xA47DF7) is known color: Medium Purple. HEX triplet: A4, 7D and F7. RGB value is (164,125,247). Sum of RGB (Red+Green+Blue) = 164+125+247=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #A47DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF7 is #5B8208. Grayscale: #969696. Windows color (decimal): -5997065 or 16219556. OLE color: 16219556.
HSL color Cylindrical-coordinate representation of color #A47DF7: hue angle of 259.18º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47DF7 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 125 | 247 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.03 |
| HSL | 259.18º | 0.88% | 0.73% | - |
| HSV(B) | 259.18º | 0.49% | 0.97% | - |
| XYZ | 39.43 | 29.28 | 91.57 | - |
| YUV | 150.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 247 | 0.34 | 0.49 | 0 | 0.03 | 259.18 | 0.88 | 0.73 |
| Hex | A4 | 7D | F7 | 22 | 31 | 0 | 3 | 103 | 58 | 49 |
| Octal | 244 | 175 | 367 | 42 | 61 | 0 | 3 | 403 | 130 | 111 |
| Binary | 10100100 | 1111101 | 11110111 | 100010 | 110001 | 0 | 11 | 100000011 | 1011000 | 1001001 |
Color Harmonies of #A47DF7
Complementary color
Monochromatic Colors of #A47DF7
Black with #A47DF7
Text Example
Text Example
White with #A47DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DF7; }
p { color: rgb(164,125,247); }
H1.HeaderClassName
{
color: #A47DF7;
}
.AnyTagClassName
{
color: #A47DF7;
}
</style>
background-color css
<style>
a { background-color: #A47DF7; }
a { background-color: rgb(164,125,247); }
div.DivClassName
{
background-color: #A47DF7;
}
.BgClassName
{
background-color: #A47DF7;
}
</style>
border-color css
<style>
span { border-color: #A47DF7; }
span { border-color: rgb(164,125,247); }
td.TdClassName
{
border-color: #A47DF7;
}
.TagClassName
{
border-color: #A47DF7;
}
</style>