Shades of Medium Purple #A47DDF
Tints of Medium Purple #A47DDF
RGB
CMYK
RGB Variations
Color information
#A47DDF (or 0xA47DDF) is known color: Medium Purple. HEX triplet: A4, 7D and DF. RGB value is (164,125,223). Sum of RGB (Red+Green+Blue) = 164+125+223=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A47DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DDF is #5B8220. Grayscale: #939393. Windows color (decimal): -5997089 or 14646692. OLE color: 14646692.
HSL color Cylindrical-coordinate representation of color #A47DDF: hue angle of 263.88º degrees, saturation: 0.6, 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 #A47DDF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 125 | 223 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.13 |
| HSL | 263.88º | 0.6% | 0.68% | - |
| HSV(B) | 263.88º | 0.44% | 0.87% | - |
| XYZ | 35.96 | 27.89 | 73.3 | - |
| YUV | 147.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 223 | 0.26 | 0.44 | 0 | 0.13 | 263.88 | 0.6 | 0.68 |
| Hex | A4 | 7D | DF | 1A | 2C | 0 | D | 108 | 3C | 44 |
| Octal | 244 | 175 | 337 | 32 | 54 | 0 | 15 | 410 | 74 | 104 |
| Binary | 10100100 | 1111101 | 11011111 | 11010 | 101100 | 0 | 1101 | 100001000 | 111100 | 1000100 |
Color Harmonies of #A47DDF
Complementary color
Monochromatic Colors of #A47DDF
Black with #A47DDF
Text Example
Text Example
White with #A47DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DDF; }
p { color: rgb(164,125,223); }
H1.HeaderClassName
{
color: #A47DDF;
}
.AnyTagClassName
{
color: #A47DDF;
}
</style>
background-color css
<style>
a { background-color: #A47DDF; }
a { background-color: rgb(164,125,223); }
div.DivClassName
{
background-color: #A47DDF;
}
.BgClassName
{
background-color: #A47DDF;
}
</style>
border-color css
<style>
span { border-color: #A47DDF; }
span { border-color: rgb(164,125,223); }
td.TdClassName
{
border-color: #A47DDF;
}
.TagClassName
{
border-color: #A47DDF;
}
</style>