Shades of Medium Purple #A47DDB
Tints of Medium Purple #A47DDB
RGB
CMYK
RGB Variations
Color information
#A47DDB (or 0xA47DDB) is known color: Medium Purple. HEX triplet: A4, 7D and DB. RGB value is (164,125,219). Sum of RGB (Red+Green+Blue) = 164+125+219=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #A47DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DDB is #5B8224. Grayscale: #939393. Windows color (decimal): -5997093 or 14384548. OLE color: 14384548.
HSL color Cylindrical-coordinate representation of color #A47DDB: hue angle of 264.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47DDB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 125 | 219 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.14 |
| HSL | 264.89º | 0.57% | 0.67% | - |
| HSV(B) | 264.89º | 0.43% | 0.86% | - |
| XYZ | 35.43 | 27.67 | 70.49 | - |
| YUV | 147.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 219 | 0.25 | 0.43 | 0 | 0.14 | 264.89 | 0.57 | 0.67 |
| Hex | A4 | 7D | DB | 19 | 2B | 0 | E | 109 | 39 | 43 |
| Octal | 244 | 175 | 333 | 31 | 53 | 0 | 16 | 411 | 71 | 103 |
| Binary | 10100100 | 1111101 | 11011011 | 11001 | 101011 | 0 | 1110 | 100001001 | 111001 | 1000011 |
Color Harmonies of #A47DDB
Complementary color
Monochromatic Colors of #A47DDB
Black with #A47DDB
Text Example
Text Example
White with #A47DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DDB; }
p { color: rgb(164,125,219); }
H1.HeaderClassName
{
color: #A47DDB;
}
.AnyTagClassName
{
color: #A47DDB;
}
</style>
background-color css
<style>
a { background-color: #A47DDB; }
a { background-color: rgb(164,125,219); }
div.DivClassName
{
background-color: #A47DDB;
}
.BgClassName
{
background-color: #A47DDB;
}
</style>
border-color css
<style>
span { border-color: #A47DDB; }
span { border-color: rgb(164,125,219); }
td.TdClassName
{
border-color: #A47DDB;
}
.TagClassName
{
border-color: #A47DDB;
}
</style>