Shades of Medium Purple #A17AEC
Tints of Medium Purple #A17AEC
RGB
CMYK
RGB Variations
Color information
#A17AEC (or 0xA17AEC) is known color: Medium Purple. HEX triplet: A1, 7A and EC. RGB value is (161,122,236). Sum of RGB (Red+Green+Blue) = 161+122+236=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #A17AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AEC is #5E8513. Grayscale: #929292. Windows color (decimal): -6194452 or 15497889. OLE color: 15497889.
HSL color Cylindrical-coordinate representation of color #A17AEC: hue angle of 260.53º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17AEC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 122 | 236 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.07 |
| HSL | 260.53º | 0.75% | 0.7% | - |
| HSV(B) | 260.53º | 0.48% | 0.93% | - |
| XYZ | 36.8 | 27.55 | 82.74 | - |
| YUV | 146.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 236 | 0.32 | 0.48 | 0 | 0.07 | 260.53 | 0.75 | 0.7 |
| Hex | A1 | 7A | EC | 20 | 30 | 0 | 7 | 105 | 4B | 46 |
| Octal | 241 | 172 | 354 | 40 | 60 | 0 | 7 | 405 | 113 | 106 |
| Binary | 10100001 | 1111010 | 11101100 | 100000 | 110000 | 0 | 111 | 100000101 | 1001011 | 1000110 |
Color Harmonies of #A17AEC
Complementary color
Monochromatic Colors of #A17AEC
Black with #A17AEC
Text Example
Text Example
White with #A17AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AEC; }
p { color: rgb(161,122,236); }
H1.HeaderClassName
{
color: #A17AEC;
}
.AnyTagClassName
{
color: #A17AEC;
}
</style>
background-color css
<style>
a { background-color: #A17AEC; }
a { background-color: rgb(161,122,236); }
div.DivClassName
{
background-color: #A17AEC;
}
.BgClassName
{
background-color: #A17AEC;
}
</style>
border-color css
<style>
span { border-color: #A17AEC; }
span { border-color: rgb(161,122,236); }
td.TdClassName
{
border-color: #A17AEC;
}
.TagClassName
{
border-color: #A17AEC;
}
</style>