Shades of Medium Purple #A07EEC
Tints of Medium Purple #A07EEC
RGB
CMYK
RGB Variations
Color information
#A07EEC (or 0xA07EEC) is known color: Medium Purple. HEX triplet: A0, 7E and EC. RGB value is (160,126,236). Sum of RGB (Red+Green+Blue) = 160+126+236=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #A07EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EEC is #5F8113. Grayscale: #949494. Windows color (decimal): -6258964 or 15498912. OLE color: 15498912.
HSL color Cylindrical-coordinate representation of color #A07EEC: hue angle of 258.55º degrees, saturation: 0.74, 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 #A07EEC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 126 | 236 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 258.55º | 0.74% | 0.71% | - |
| HSV(B) | 258.55º | 0.47% | 0.93% | - |
| XYZ | 37.1 | 28.45 | 82.89 | - |
| YUV | 148.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 236 | 0.32 | 0.47 | 0 | 0.07 | 258.55 | 0.74 | 0.71 |
| Hex | A0 | 7E | EC | 20 | 2F | 0 | 7 | 103 | 4A | 47 |
| Octal | 240 | 176 | 354 | 40 | 57 | 0 | 7 | 403 | 112 | 107 |
| Binary | 10100000 | 1111110 | 11101100 | 100000 | 101111 | 0 | 111 | 100000011 | 1001010 | 1000111 |
Color Harmonies of #A07EEC
Complementary color
Monochromatic Colors of #A07EEC
Black with #A07EEC
Text Example
Text Example
White with #A07EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EEC; }
p { color: rgb(160,126,236); }
H1.HeaderClassName
{
color: #A07EEC;
}
.AnyTagClassName
{
color: #A07EEC;
}
</style>
background-color css
<style>
a { background-color: #A07EEC; }
a { background-color: rgb(160,126,236); }
div.DivClassName
{
background-color: #A07EEC;
}
.BgClassName
{
background-color: #A07EEC;
}
</style>
border-color css
<style>
span { border-color: #A07EEC; }
span { border-color: rgb(160,126,236); }
td.TdClassName
{
border-color: #A07EEC;
}
.TagClassName
{
border-color: #A07EEC;
}
</style>