Shades of Medium Purple #A47DDD
Tints of Medium Purple #A47DDD
RGB
CMYK
RGB Variations
Color information
#A47DDD (or 0xA47DDD) is known color: Medium Purple. HEX triplet: A4, 7D and DD. RGB value is (164,125,221). Sum of RGB (Red+Green+Blue) = 164+125+221=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A47DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DDD is #5B8222. Grayscale: #939393. Windows color (decimal): -5997091 or 14515620. OLE color: 14515620.
HSL color Cylindrical-coordinate representation of color #A47DDD: hue angle of 264.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47DDD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 125 | 221 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.13 |
| HSL | 264.38º | 0.59% | 0.68% | - |
| HSV(B) | 264.38º | 0.43% | 0.87% | - |
| XYZ | 35.69 | 27.78 | 71.89 | - |
| YUV | 147.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 221 | 0.26 | 0.43 | 0 | 0.13 | 264.38 | 0.59 | 0.68 |
| Hex | A4 | 7D | DD | 1A | 2B | 0 | D | 108 | 3B | 44 |
| Octal | 244 | 175 | 335 | 32 | 53 | 0 | 15 | 410 | 73 | 104 |
| Binary | 10100100 | 1111101 | 11011101 | 11010 | 101011 | 0 | 1101 | 100001000 | 111011 | 1000100 |
Color Harmonies of #A47DDD
Complementary color
Monochromatic Colors of #A47DDD
Black with #A47DDD
Text Example
Text Example
White with #A47DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DDD; }
p { color: rgb(164,125,221); }
H1.HeaderClassName
{
color: #A47DDD;
}
.AnyTagClassName
{
color: #A47DDD;
}
</style>
background-color css
<style>
a { background-color: #A47DDD; }
a { background-color: rgb(164,125,221); }
div.DivClassName
{
background-color: #A47DDD;
}
.BgClassName
{
background-color: #A47DDD;
}
</style>
border-color css
<style>
span { border-color: #A47DDD; }
span { border-color: rgb(164,125,221); }
td.TdClassName
{
border-color: #A47DDD;
}
.TagClassName
{
border-color: #A47DDD;
}
</style>