Shades of Medium Purple #A160E7
Tints of Medium Purple #A160E7
RGB
CMYK
RGB Variations
Color information
#A160E7 (or 0xA160E7) is known color: Medium Purple. HEX triplet: A1, 60 and E7. RGB value is (161,96,231). Sum of RGB (Red+Green+Blue) = 161+96+231=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A160E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A160E7 is #5E9F18. Grayscale: #828282. Windows color (decimal): -6201113 or 15163553. OLE color: 15163553.
HSL color Cylindrical-coordinate representation of color #A160E7: hue angle of 268.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A160E7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 96 | 231 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.09 |
| HSL | 268.89º | 0.74% | 0.64% | - |
| HSV(B) | 268.89º | 0.58% | 0.91% | - |
| XYZ | 33.3 | 21.71 | 78.04 | - |
| YUV | 130.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 231 | 0.30 | 0.58 | 0 | 0.09 | 268.89 | 0.74 | 0.64 |
| Hex | A1 | 60 | E7 | 1E | 3A | 0 | 9 | 10D | 4A | 40 |
| Octal | 241 | 140 | 347 | 36 | 72 | 0 | 11 | 415 | 112 | 100 |
| Binary | 10100001 | 1100000 | 11100111 | 11110 | 111010 | 0 | 1001 | 100001101 | 1001010 | 1000000 |
Color Harmonies of #A160E7
Complementary color
Monochromatic Colors of #A160E7
Black with #A160E7
Text Example
Text Example
White with #A160E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160E7; }
p { color: rgb(161,96,231); }
H1.HeaderClassName
{
color: #A160E7;
}
.AnyTagClassName
{
color: #A160E7;
}
</style>
background-color css
<style>
a { background-color: #A160E7; }
a { background-color: rgb(161,96,231); }
div.DivClassName
{
background-color: #A160E7;
}
.BgClassName
{
background-color: #A160E7;
}
</style>
border-color css
<style>
span { border-color: #A160E7; }
span { border-color: rgb(161,96,231); }
td.TdClassName
{
border-color: #A160E7;
}
.TagClassName
{
border-color: #A160E7;
}
</style>