Shades of Medium Purple #A07CEC
Tints of Medium Purple #A07CEC
RGB
CMYK
RGB Variations
Color information
#A07CEC (or 0xA07CEC) is known color: Medium Purple. HEX triplet: A0, 7C and EC. RGB value is (160,124,236). Sum of RGB (Red+Green+Blue) = 160+124+236=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #A07CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CEC is #5F8313. Grayscale: #939393. Windows color (decimal): -6259476 or 15498400. OLE color: 15498400.
HSL color Cylindrical-coordinate representation of color #A07CEC: hue angle of 259.29º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07CEC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 124 | 236 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 259.29º | 0.75% | 0.71% | - |
| HSV(B) | 259.29º | 0.47% | 0.93% | - |
| XYZ | 36.85 | 27.95 | 82.81 | - |
| YUV | 147.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 236 | 0.32 | 0.47 | 0 | 0.07 | 259.29 | 0.75 | 0.71 |
| Hex | A0 | 7C | EC | 20 | 2F | 0 | 7 | 103 | 4B | 47 |
| Octal | 240 | 174 | 354 | 40 | 57 | 0 | 7 | 403 | 113 | 107 |
| Binary | 10100000 | 1111100 | 11101100 | 100000 | 101111 | 0 | 111 | 100000011 | 1001011 | 1000111 |
Color Harmonies of #A07CEC
Complementary color
Monochromatic Colors of #A07CEC
Black with #A07CEC
Text Example
Text Example
White with #A07CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CEC; }
p { color: rgb(160,124,236); }
H1.HeaderClassName
{
color: #A07CEC;
}
.AnyTagClassName
{
color: #A07CEC;
}
</style>
background-color css
<style>
a { background-color: #A07CEC; }
a { background-color: rgb(160,124,236); }
div.DivClassName
{
background-color: #A07CEC;
}
.BgClassName
{
background-color: #A07CEC;
}
</style>
border-color css
<style>
span { border-color: #A07CEC; }
span { border-color: rgb(160,124,236); }
td.TdClassName
{
border-color: #A07CEC;
}
.TagClassName
{
border-color: #A07CEC;
}
</style>