Shades of Medium Purple #A07CE2
Tints of Medium Purple #A07CE2
RGB
CMYK
RGB Variations
Color information
#A07CE2 (or 0xA07CE2) is known color: Medium Purple. HEX triplet: A0, 7C and E2. RGB value is (160,124,226). Sum of RGB (Red+Green+Blue) = 160+124+226=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #A07CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CE2 is #5F831D. Grayscale: #929292. Windows color (decimal): -6259486 or 14843040. OLE color: 14843040.
HSL color Cylindrical-coordinate representation of color #A07CE2: hue angle of 261.18º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07CE2 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 124 | 226 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.11 |
| HSL | 261.18º | 0.64% | 0.69% | - |
| HSV(B) | 261.18º | 0.45% | 0.89% | - |
| XYZ | 35.43 | 27.38 | 75.37 | - |
| YUV | 146.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 226 | 0.29 | 0.45 | 0 | 0.11 | 261.18 | 0.64 | 0.69 |
| Hex | A0 | 7C | E2 | 1D | 2D | 0 | B | 105 | 40 | 45 |
| Octal | 240 | 174 | 342 | 35 | 55 | 0 | 13 | 405 | 100 | 105 |
| Binary | 10100000 | 1111100 | 11100010 | 11101 | 101101 | 0 | 1011 | 100000101 | 1000000 | 1000101 |
Color Harmonies of #A07CE2
Complementary color
Monochromatic Colors of #A07CE2
Black with #A07CE2
Text Example
Text Example
White with #A07CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CE2; }
p { color: rgb(160,124,226); }
H1.HeaderClassName
{
color: #A07CE2;
}
.AnyTagClassName
{
color: #A07CE2;
}
</style>
background-color css
<style>
a { background-color: #A07CE2; }
a { background-color: rgb(160,124,226); }
div.DivClassName
{
background-color: #A07CE2;
}
.BgClassName
{
background-color: #A07CE2;
}
</style>
border-color css
<style>
span { border-color: #A07CE2; }
span { border-color: rgb(160,124,226); }
td.TdClassName
{
border-color: #A07CE2;
}
.TagClassName
{
border-color: #A07CE2;
}
</style>