Shades of Medium Purple #A07ED5
Tints of Medium Purple #A07ED5
RGB
CMYK
RGB Variations
Color information
#A07ED5 (or 0xA07ED5) is known color: Medium Purple. HEX triplet: A0, 7E and D5. RGB value is (160,126,213). Sum of RGB (Red+Green+Blue) = 160+126+213=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A07ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED5 is #5F812A. Grayscale: #919191. Windows color (decimal): -6258987 or 13991584. OLE color: 13991584.
HSL color Cylindrical-coordinate representation of color #A07ED5: hue angle of 263.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07ED5 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 126 | 213 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.16 |
| HSL | 263.45º | 0.51% | 0.66% | - |
| HSV(B) | 263.45º | 0.41% | 0.84% | - |
| XYZ | 33.97 | 27.2 | 66.41 | - |
| YUV | 146.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 213 | 0.25 | 0.41 | 0 | 0.16 | 263.45 | 0.51 | 0.66 |
| Hex | A0 | 7E | D5 | 19 | 29 | 0 | 10 | 107 | 33 | 42 |
| Octal | 240 | 176 | 325 | 31 | 51 | 0 | 20 | 407 | 63 | 102 |
| Binary | 10100000 | 1111110 | 11010101 | 11001 | 101001 | 0 | 10000 | 100000111 | 110011 | 1000010 |
Color Harmonies of #A07ED5
Complementary color
Monochromatic Colors of #A07ED5
Black with #A07ED5
Text Example
Text Example
White with #A07ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ED5; }
p { color: rgb(160,126,213); }
H1.HeaderClassName
{
color: #A07ED5;
}
.AnyTagClassName
{
color: #A07ED5;
}
</style>
background-color css
<style>
a { background-color: #A07ED5; }
a { background-color: rgb(160,126,213); }
div.DivClassName
{
background-color: #A07ED5;
}
.BgClassName
{
background-color: #A07ED5;
}
</style>
border-color css
<style>
span { border-color: #A07ED5; }
span { border-color: rgb(160,126,213); }
td.TdClassName
{
border-color: #A07ED5;
}
.TagClassName
{
border-color: #A07ED5;
}
</style>