Shades of Medium Purple #A17CE9
Tints of Medium Purple #A17CE9
RGB
CMYK
RGB Variations
Color information
#A17CE9 (or 0xA17CE9) is known color: Medium Purple. HEX triplet: A1, 7C and E9. RGB value is (161,124,233). Sum of RGB (Red+Green+Blue) = 161+124+233=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #A17CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CE9 is #5E8316. Grayscale: #939393. Windows color (decimal): -6193943 or 15301793. OLE color: 15301793.
HSL color Cylindrical-coordinate representation of color #A17CE9: hue angle of 260.37º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17CE9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 124 | 233 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.09 |
| HSL | 260.37º | 0.71% | 0.7% | - |
| HSV(B) | 260.37º | 0.47% | 0.91% | - |
| XYZ | 36.61 | 27.88 | 80.54 | - |
| YUV | 147.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 233 | 0.31 | 0.47 | 0 | 0.09 | 260.37 | 0.71 | 0.7 |
| Hex | A1 | 7C | E9 | 1F | 2F | 0 | 9 | 104 | 47 | 46 |
| Octal | 241 | 174 | 351 | 37 | 57 | 0 | 11 | 404 | 107 | 106 |
| Binary | 10100001 | 1111100 | 11101001 | 11111 | 101111 | 0 | 1001 | 100000100 | 1000111 | 1000110 |
Color Harmonies of #A17CE9
Complementary color
Monochromatic Colors of #A17CE9
Black with #A17CE9
Text Example
Text Example
White with #A17CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CE9; }
p { color: rgb(161,124,233); }
H1.HeaderClassName
{
color: #A17CE9;
}
.AnyTagClassName
{
color: #A17CE9;
}
</style>
background-color css
<style>
a { background-color: #A17CE9; }
a { background-color: rgb(161,124,233); }
div.DivClassName
{
background-color: #A17CE9;
}
.BgClassName
{
background-color: #A17CE9;
}
</style>
border-color css
<style>
span { border-color: #A17CE9; }
span { border-color: rgb(161,124,233); }
td.TdClassName
{
border-color: #A17CE9;
}
.TagClassName
{
border-color: #A17CE9;
}
</style>