Shades of Medium Purple #A07EF3
Tints of Medium Purple #A07EF3
RGB
CMYK
RGB Variations
Color information
#A07EF3 (or 0xA07EF3) is known color: Medium Purple. HEX triplet: A0, 7E and F3. RGB value is (160,126,243). Sum of RGB (Red+Green+Blue) = 160+126+243=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A07EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EF3 is #5F810C. Grayscale: #959595. Windows color (decimal): -6258957 or 15957664. OLE color: 15957664.
HSL color Cylindrical-coordinate representation of color #A07EF3: hue angle of 257.44º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07EF3 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 126 | 243 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.05 |
| HSL | 257.44º | 0.83% | 0.72% | - |
| HSV(B) | 257.44º | 0.48% | 0.95% | - |
| XYZ | 38.14 | 28.87 | 88.36 | - |
| YUV | 149.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 243 | 0.34 | 0.48 | 0 | 0.05 | 257.44 | 0.83 | 0.72 |
| Hex | A0 | 7E | F3 | 22 | 30 | 0 | 5 | 101 | 53 | 48 |
| Octal | 240 | 176 | 363 | 42 | 60 | 0 | 5 | 401 | 123 | 110 |
| Binary | 10100000 | 1111110 | 11110011 | 100010 | 110000 | 0 | 101 | 100000001 | 1010011 | 1001000 |
Color Harmonies of #A07EF3
Complementary color
Monochromatic Colors of #A07EF3
Black with #A07EF3
Text Example
Text Example
White with #A07EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EF3; }
p { color: rgb(160,126,243); }
H1.HeaderClassName
{
color: #A07EF3;
}
.AnyTagClassName
{
color: #A07EF3;
}
</style>
background-color css
<style>
a { background-color: #A07EF3; }
a { background-color: rgb(160,126,243); }
div.DivClassName
{
background-color: #A07EF3;
}
.BgClassName
{
background-color: #A07EF3;
}
</style>
border-color css
<style>
span { border-color: #A07EF3; }
span { border-color: rgb(160,126,243); }
td.TdClassName
{
border-color: #A07EF3;
}
.TagClassName
{
border-color: #A07EF3;
}
</style>