Shades of Medium Purple #A47FDC
Tints of Medium Purple #A47FDC
RGB
CMYK
RGB Variations
Color information
#A47FDC (or 0xA47FDC) is known color: Medium Purple. HEX triplet: A4, 7F and DC. RGB value is (164,127,220). Sum of RGB (Red+Green+Blue) = 164+127+220=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #A47FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDC is #5B8023. Grayscale: #949494. Windows color (decimal): -5996580 or 14450596. OLE color: 14450596.
HSL color Cylindrical-coordinate representation of color #A47FDC: hue angle of 263.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A47FDC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 127 | 220 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.14 |
| HSL | 263.87º | 0.57% | 0.68% | - |
| HSV(B) | 263.87º | 0.42% | 0.86% | - |
| XYZ | 35.82 | 28.24 | 71.27 | - |
| YUV | 148.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 220 | 0.25 | 0.42 | 0 | 0.14 | 263.87 | 0.57 | 0.68 |
| Hex | A4 | 7F | DC | 19 | 2A | 0 | E | 108 | 39 | 44 |
| Octal | 244 | 177 | 334 | 31 | 52 | 0 | 16 | 410 | 71 | 104 |
| Binary | 10100100 | 1111111 | 11011100 | 11001 | 101010 | 0 | 1110 | 100001000 | 111001 | 1000100 |
Color Harmonies of #A47FDC
Complementary color
Monochromatic Colors of #A47FDC
Black with #A47FDC
Text Example
Text Example
White with #A47FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FDC; }
p { color: rgb(164,127,220); }
H1.HeaderClassName
{
color: #A47FDC;
}
.AnyTagClassName
{
color: #A47FDC;
}
</style>
background-color css
<style>
a { background-color: #A47FDC; }
a { background-color: rgb(164,127,220); }
div.DivClassName
{
background-color: #A47FDC;
}
.BgClassName
{
background-color: #A47FDC;
}
</style>
border-color css
<style>
span { border-color: #A47FDC; }
span { border-color: rgb(164,127,220); }
td.TdClassName
{
border-color: #A47FDC;
}
.TagClassName
{
border-color: #A47FDC;
}
</style>