Shades of Medium Purple #A17CE4
Tints of Medium Purple #A17CE4
RGB
CMYK
RGB Variations
Color information
#A17CE4 (or 0xA17CE4) is known color: Medium Purple. HEX triplet: A1, 7C and E4. RGB value is (161,124,228). Sum of RGB (Red+Green+Blue) = 161+124+228=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #A17CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CE4 is #5E831B. Grayscale: #929292. Windows color (decimal): -6193948 or 14974113. OLE color: 14974113.
HSL color Cylindrical-coordinate representation of color #A17CE4: hue angle of 261.35º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17CE4 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 124 | 228 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.11 |
| HSL | 261.35º | 0.66% | 0.69% | - |
| HSV(B) | 261.35º | 0.46% | 0.89% | - |
| XYZ | 35.91 | 27.59 | 76.83 | - |
| YUV | 146.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 228 | 0.29 | 0.46 | 0 | 0.11 | 261.35 | 0.66 | 0.69 |
| Hex | A1 | 7C | E4 | 1D | 2E | 0 | B | 105 | 42 | 45 |
| Octal | 241 | 174 | 344 | 35 | 56 | 0 | 13 | 405 | 102 | 105 |
| Binary | 10100001 | 1111100 | 11100100 | 11101 | 101110 | 0 | 1011 | 100000101 | 1000010 | 1000101 |
Color Harmonies of #A17CE4
Complementary color
Monochromatic Colors of #A17CE4
Black with #A17CE4
Text Example
Text Example
White with #A17CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CE4; }
p { color: rgb(161,124,228); }
H1.HeaderClassName
{
color: #A17CE4;
}
.AnyTagClassName
{
color: #A17CE4;
}
</style>
background-color css
<style>
a { background-color: #A17CE4; }
a { background-color: rgb(161,124,228); }
div.DivClassName
{
background-color: #A17CE4;
}
.BgClassName
{
background-color: #A17CE4;
}
</style>
border-color css
<style>
span { border-color: #A17CE4; }
span { border-color: rgb(161,124,228); }
td.TdClassName
{
border-color: #A17CE4;
}
.TagClassName
{
border-color: #A17CE4;
}
</style>