Shades of Medium Purple #A17AEA
Tints of Medium Purple #A17AEA
RGB
CMYK
RGB Variations
Color information
#A17AEA (or 0xA17AEA) is known color: Medium Purple. HEX triplet: A1, 7A and EA. RGB value is (161,122,234). Sum of RGB (Red+Green+Blue) = 161+122+234=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #A17AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AEA is #5E8515. Grayscale: #929292. Windows color (decimal): -6194454 or 15366817. OLE color: 15366817.
HSL color Cylindrical-coordinate representation of color #A17AEA: hue angle of 260.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17AEA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 122 | 234 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.08 |
| HSL | 260.89º | 0.73% | 0.7% | - |
| HSV(B) | 260.89º | 0.48% | 0.92% | - |
| XYZ | 36.51 | 27.44 | 81.21 | - |
| YUV | 146.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 234 | 0.31 | 0.48 | 0 | 0.08 | 260.89 | 0.73 | 0.7 |
| Hex | A1 | 7A | EA | 1F | 30 | 0 | 8 | 105 | 49 | 46 |
| Octal | 241 | 172 | 352 | 37 | 60 | 0 | 10 | 405 | 111 | 106 |
| Binary | 10100001 | 1111010 | 11101010 | 11111 | 110000 | 0 | 1000 | 100000101 | 1001001 | 1000110 |
Color Harmonies of #A17AEA
Complementary color
Monochromatic Colors of #A17AEA
Black with #A17AEA
Text Example
Text Example
White with #A17AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AEA; }
p { color: rgb(161,122,234); }
H1.HeaderClassName
{
color: #A17AEA;
}
.AnyTagClassName
{
color: #A17AEA;
}
</style>
background-color css
<style>
a { background-color: #A17AEA; }
a { background-color: rgb(161,122,234); }
div.DivClassName
{
background-color: #A17AEA;
}
.BgClassName
{
background-color: #A17AEA;
}
</style>
border-color css
<style>
span { border-color: #A17AEA; }
span { border-color: rgb(161,122,234); }
td.TdClassName
{
border-color: #A17AEA;
}
.TagClassName
{
border-color: #A17AEA;
}
</style>