Shades of Medium Purple #A07CE3
Tints of Medium Purple #A07CE3
RGB
CMYK
RGB Variations
Color information
#A07CE3 (or 0xA07CE3) is known color: Medium Purple. HEX triplet: A0, 7C and E3. RGB value is (160,124,227). Sum of RGB (Red+Green+Blue) = 160+124+227=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #A07CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CE3 is #5F831C. Grayscale: #929292. Windows color (decimal): -6259485 or 14908576. OLE color: 14908576.
HSL color Cylindrical-coordinate representation of color #A07CE3: hue angle of 260.97º degrees, saturation: 0.65, 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 #A07CE3 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 124 | 227 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.11 |
| HSL | 260.97º | 0.65% | 0.69% | - |
| HSV(B) | 260.97º | 0.45% | 0.89% | - |
| XYZ | 35.57 | 27.43 | 76.09 | - |
| YUV | 146.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 227 | 0.30 | 0.45 | 0 | 0.11 | 260.97 | 0.65 | 0.69 |
| Hex | A0 | 7C | E3 | 1E | 2D | 0 | B | 105 | 41 | 45 |
| Octal | 240 | 174 | 343 | 36 | 55 | 0 | 13 | 405 | 101 | 105 |
| Binary | 10100000 | 1111100 | 11100011 | 11110 | 101101 | 0 | 1011 | 100000101 | 1000001 | 1000101 |
Color Harmonies of #A07CE3
Complementary color
Monochromatic Colors of #A07CE3
Black with #A07CE3
Text Example
Text Example
White with #A07CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CE3; }
p { color: rgb(160,124,227); }
H1.HeaderClassName
{
color: #A07CE3;
}
.AnyTagClassName
{
color: #A07CE3;
}
</style>
background-color css
<style>
a { background-color: #A07CE3; }
a { background-color: rgb(160,124,227); }
div.DivClassName
{
background-color: #A07CE3;
}
.BgClassName
{
background-color: #A07CE3;
}
</style>
border-color css
<style>
span { border-color: #A07CE3; }
span { border-color: rgb(160,124,227); }
td.TdClassName
{
border-color: #A07CE3;
}
.TagClassName
{
border-color: #A07CE3;
}
</style>