Shades of Medium Purple #A17CE1
Tints of Medium Purple #A17CE1
RGB
CMYK
RGB Variations
Color information
#A17CE1 (or 0xA17CE1) is known color: Medium Purple. HEX triplet: A1, 7C and E1. RGB value is (161,124,225). Sum of RGB (Red+Green+Blue) = 161+124+225=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #A17CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CE1 is #5E831E. Grayscale: #929292. Windows color (decimal): -6193951 or 14777505. OLE color: 14777505.
HSL color Cylindrical-coordinate representation of color #A17CE1: hue angle of 261.98º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17CE1 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 124 | 225 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.12 |
| HSL | 261.98º | 0.63% | 0.68% | - |
| HSV(B) | 261.98º | 0.45% | 0.88% | - |
| XYZ | 35.5 | 27.43 | 74.66 | - |
| YUV | 146.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 225 | 0.28 | 0.45 | 0 | 0.12 | 261.98 | 0.63 | 0.68 |
| Hex | A1 | 7C | E1 | 1C | 2D | 0 | C | 106 | 3F | 44 |
| Octal | 241 | 174 | 341 | 34 | 55 | 0 | 14 | 406 | 77 | 104 |
| Binary | 10100001 | 1111100 | 11100001 | 11100 | 101101 | 0 | 1100 | 100000110 | 111111 | 1000100 |
Color Harmonies of #A17CE1
Complementary color
Monochromatic Colors of #A17CE1
Black with #A17CE1
Text Example
Text Example
White with #A17CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CE1; }
p { color: rgb(161,124,225); }
H1.HeaderClassName
{
color: #A17CE1;
}
.AnyTagClassName
{
color: #A17CE1;
}
</style>
background-color css
<style>
a { background-color: #A17CE1; }
a { background-color: rgb(161,124,225); }
div.DivClassName
{
background-color: #A17CE1;
}
.BgClassName
{
background-color: #A17CE1;
}
</style>
border-color css
<style>
span { border-color: #A17CE1; }
span { border-color: rgb(161,124,225); }
td.TdClassName
{
border-color: #A17CE1;
}
.TagClassName
{
border-color: #A17CE1;
}
</style>