Shades of Medium Purple #A17DDB
Tints of Medium Purple #A17DDB
RGB
CMYK
RGB Variations
Color information
#A17DDB (or 0xA17DDB) is known color: Medium Purple. HEX triplet: A1, 7D and DB. RGB value is (161,125,219). Sum of RGB (Red+Green+Blue) = 161+125+219=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A17DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DDB is #5E8224. Grayscale: #929292. Windows color (decimal): -6193701 or 14384545. OLE color: 14384545.
HSL color Cylindrical-coordinate representation of color #A17DDB: hue angle of 262.98º 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 #A17DDB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 125 | 219 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.14 |
| HSL | 262.98º | 0.57% | 0.67% | - |
| HSV(B) | 262.98º | 0.43% | 0.86% | - |
| XYZ | 34.82 | 27.36 | 70.46 | - |
| YUV | 146.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 219 | 0.26 | 0.43 | 0 | 0.14 | 262.98 | 0.57 | 0.67 |
| Hex | A1 | 7D | DB | 1A | 2B | 0 | E | 107 | 39 | 43 |
| Octal | 241 | 175 | 333 | 32 | 53 | 0 | 16 | 407 | 71 | 103 |
| Binary | 10100001 | 1111101 | 11011011 | 11010 | 101011 | 0 | 1110 | 100000111 | 111001 | 1000011 |
Color Harmonies of #A17DDB
Complementary color
Monochromatic Colors of #A17DDB
Black with #A17DDB
Text Example
Text Example
White with #A17DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DDB; }
p { color: rgb(161,125,219); }
H1.HeaderClassName
{
color: #A17DDB;
}
.AnyTagClassName
{
color: #A17DDB;
}
</style>
background-color css
<style>
a { background-color: #A17DDB; }
a { background-color: rgb(161,125,219); }
div.DivClassName
{
background-color: #A17DDB;
}
.BgClassName
{
background-color: #A17DDB;
}
</style>
border-color css
<style>
span { border-color: #A17DDB; }
span { border-color: rgb(161,125,219); }
td.TdClassName
{
border-color: #A17DDB;
}
.TagClassName
{
border-color: #A17DDB;
}
</style>