Shades of Medium Purple #A47CDF
Tints of Medium Purple #A47CDF
RGB
CMYK
RGB Variations
Color information
#A47CDF (or 0xA47CDF) is known color: Medium Purple. HEX triplet: A4, 7C and DF. RGB value is (164,124,223). Sum of RGB (Red+Green+Blue) = 164+124+223=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #A47CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDF is #5B8320. Grayscale: #929292. Windows color (decimal): -5997345 or 14646436. OLE color: 14646436.
HSL color Cylindrical-coordinate representation of color #A47CDF: hue angle of 264.24º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A47CDF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 124 | 223 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.13 |
| HSL | 264.24º | 0.61% | 0.68% | - |
| HSV(B) | 264.24º | 0.44% | 0.87% | - |
| XYZ | 35.84 | 27.64 | 73.26 | - |
| YUV | 147.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 223 | 0.26 | 0.44 | 0 | 0.13 | 264.24 | 0.61 | 0.68 |
| Hex | A4 | 7C | DF | 1A | 2C | 0 | D | 108 | 3D | 44 |
| Octal | 244 | 174 | 337 | 32 | 54 | 0 | 15 | 410 | 75 | 104 |
| Binary | 10100100 | 1111100 | 11011111 | 11010 | 101100 | 0 | 1101 | 100001000 | 111101 | 1000100 |
Color Harmonies of #A47CDF
Complementary color
Monochromatic Colors of #A47CDF
Black with #A47CDF
Text Example
Text Example
White with #A47CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CDF; }
p { color: rgb(164,124,223); }
H1.HeaderClassName
{
color: #A47CDF;
}
.AnyTagClassName
{
color: #A47CDF;
}
</style>
background-color css
<style>
a { background-color: #A47CDF; }
a { background-color: rgb(164,124,223); }
div.DivClassName
{
background-color: #A47CDF;
}
.BgClassName
{
background-color: #A47CDF;
}
</style>
border-color css
<style>
span { border-color: #A47CDF; }
span { border-color: rgb(164,124,223); }
td.TdClassName
{
border-color: #A47CDF;
}
.TagClassName
{
border-color: #A47CDF;
}
</style>