Shades of Medium Purple #A17CE7
Tints of Medium Purple #A17CE7
RGB
CMYK
RGB Variations
Color information
#A17CE7 (or 0xA17CE7) is known color: Medium Purple. HEX triplet: A1, 7C and E7. RGB value is (161,124,231). Sum of RGB (Red+Green+Blue) = 161+124+231=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #A17CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CE7 is #5E8318. Grayscale: #929292. Windows color (decimal): -6193945 or 15170721. OLE color: 15170721.
HSL color Cylindrical-coordinate representation of color #A17CE7: hue angle of 260.75º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17CE7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 124 | 231 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.09 |
| HSL | 260.75º | 0.69% | 0.7% | - |
| HSV(B) | 260.75º | 0.46% | 0.91% | - |
| XYZ | 36.33 | 27.76 | 79.05 | - |
| YUV | 147.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 231 | 0.30 | 0.46 | 0 | 0.09 | 260.75 | 0.69 | 0.7 |
| Hex | A1 | 7C | E7 | 1E | 2E | 0 | 9 | 105 | 45 | 46 |
| Octal | 241 | 174 | 347 | 36 | 56 | 0 | 11 | 405 | 105 | 106 |
| Binary | 10100001 | 1111100 | 11100111 | 11110 | 101110 | 0 | 1001 | 100000101 | 1000101 | 1000110 |
Color Harmonies of #A17CE7
Complementary color
Monochromatic Colors of #A17CE7
Black with #A17CE7
Text Example
Text Example
White with #A17CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CE7; }
p { color: rgb(161,124,231); }
H1.HeaderClassName
{
color: #A17CE7;
}
.AnyTagClassName
{
color: #A17CE7;
}
</style>
background-color css
<style>
a { background-color: #A17CE7; }
a { background-color: rgb(161,124,231); }
div.DivClassName
{
background-color: #A17CE7;
}
.BgClassName
{
background-color: #A17CE7;
}
</style>
border-color css
<style>
span { border-color: #A17CE7; }
span { border-color: rgb(161,124,231); }
td.TdClassName
{
border-color: #A17CE7;
}
.TagClassName
{
border-color: #A17CE7;
}
</style>