Shades of Medium Purple #A47CDB
Tints of Medium Purple #A47CDB
RGB
CMYK
RGB Variations
Color information
#A47CDB (or 0xA47CDB) is known color: Medium Purple. HEX triplet: A4, 7C and DB. RGB value is (164,124,219). Sum of RGB (Red+Green+Blue) = 164+124+219=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #A47CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDB is #5B8324. Grayscale: #929292. Windows color (decimal): -5997349 or 14384292. OLE color: 14384292.
HSL color Cylindrical-coordinate representation of color #A47CDB: hue angle of 265.26º 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 #A47CDB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 124 | 219 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.14 |
| HSL | 265.26º | 0.57% | 0.67% | - |
| HSV(B) | 265.26º | 0.43% | 0.86% | - |
| XYZ | 35.3 | 27.42 | 70.45 | - |
| YUV | 146.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 219 | 0.25 | 0.43 | 0 | 0.14 | 265.26 | 0.57 | 0.67 |
| Hex | A4 | 7C | DB | 19 | 2B | 0 | E | 109 | 39 | 43 |
| Octal | 244 | 174 | 333 | 31 | 53 | 0 | 16 | 411 | 71 | 103 |
| Binary | 10100100 | 1111100 | 11011011 | 11001 | 101011 | 0 | 1110 | 100001001 | 111001 | 1000011 |
Color Harmonies of #A47CDB
Complementary color
Monochromatic Colors of #A47CDB
Black with #A47CDB
Text Example
Text Example
White with #A47CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CDB; }
p { color: rgb(164,124,219); }
H1.HeaderClassName
{
color: #A47CDB;
}
.AnyTagClassName
{
color: #A47CDB;
}
</style>
background-color css
<style>
a { background-color: #A47CDB; }
a { background-color: rgb(164,124,219); }
div.DivClassName
{
background-color: #A47CDB;
}
.BgClassName
{
background-color: #A47CDB;
}
</style>
border-color css
<style>
span { border-color: #A47CDB; }
span { border-color: rgb(164,124,219); }
td.TdClassName
{
border-color: #A47CDB;
}
.TagClassName
{
border-color: #A47CDB;
}
</style>