Shades of Medium Purple #A17CDB
Tints of Medium Purple #A17CDB
RGB
CMYK
RGB Variations
Color information
#A17CDB (or 0xA17CDB) is known color: Medium Purple. HEX triplet: A1, 7C and DB. RGB value is (161,124,219). Sum of RGB (Red+Green+Blue) = 161+124+219=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #A17CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDB is #5E8324. Grayscale: #919191. Windows color (decimal): -6193957 or 14384289. OLE color: 14384289.
HSL color Cylindrical-coordinate representation of color #A17CDB: hue angle of 263.37º 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 #A17CDB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 124 | 219 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.14 |
| HSL | 263.37º | 0.57% | 0.67% | - |
| HSV(B) | 263.37º | 0.43% | 0.86% | - |
| XYZ | 34.69 | 27.11 | 70.42 | - |
| YUV | 145.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 219 | 0.26 | 0.43 | 0 | 0.14 | 263.37 | 0.57 | 0.67 |
| Hex | A1 | 7C | DB | 1A | 2B | 0 | E | 107 | 39 | 43 |
| Octal | 241 | 174 | 333 | 32 | 53 | 0 | 16 | 407 | 71 | 103 |
| Binary | 10100001 | 1111100 | 11011011 | 11010 | 101011 | 0 | 1110 | 100000111 | 111001 | 1000011 |
Color Harmonies of #A17CDB
Complementary color
Monochromatic Colors of #A17CDB
Black with #A17CDB
Text Example
Text Example
White with #A17CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CDB; }
p { color: rgb(161,124,219); }
H1.HeaderClassName
{
color: #A17CDB;
}
.AnyTagClassName
{
color: #A17CDB;
}
</style>
background-color css
<style>
a { background-color: #A17CDB; }
a { background-color: rgb(161,124,219); }
div.DivClassName
{
background-color: #A17CDB;
}
.BgClassName
{
background-color: #A17CDB;
}
</style>
border-color css
<style>
span { border-color: #A17CDB; }
span { border-color: rgb(161,124,219); }
td.TdClassName
{
border-color: #A17CDB;
}
.TagClassName
{
border-color: #A17CDB;
}
</style>