Shades of Medium Purple #A07EED
Tints of Medium Purple #A07EED
RGB
CMYK
RGB Variations
Color information
#A07EED (or 0xA07EED) is known color: Medium Purple. HEX triplet: A0, 7E and ED. RGB value is (160,126,237). Sum of RGB (Red+Green+Blue) = 160+126+237=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EED is #5F8112. Grayscale: #949494. Windows color (decimal): -6258963 or 15564448. OLE color: 15564448.
HSL color Cylindrical-coordinate representation of color #A07EED: hue angle of 258.38º degrees, saturation: 0.76, 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 #A07EED is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 126 | 237 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 258.38º | 0.76% | 0.71% | - |
| HSV(B) | 258.38º | 0.47% | 0.93% | - |
| XYZ | 37.24 | 28.51 | 83.66 | - |
| YUV | 148.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 237 | 0.32 | 0.47 | 0 | 0.07 | 258.38 | 0.76 | 0.71 |
| Hex | A0 | 7E | ED | 20 | 2F | 0 | 7 | 102 | 4C | 47 |
| Octal | 240 | 176 | 355 | 40 | 57 | 0 | 7 | 402 | 114 | 107 |
| Binary | 10100000 | 1111110 | 11101101 | 100000 | 101111 | 0 | 111 | 100000010 | 1001100 | 1000111 |
Color Harmonies of #A07EED
Complementary color
Monochromatic Colors of #A07EED
Black with #A07EED
Text Example
Text Example
White with #A07EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EED; }
p { color: rgb(160,126,237); }
H1.HeaderClassName
{
color: #A07EED;
}
.AnyTagClassName
{
color: #A07EED;
}
</style>
background-color css
<style>
a { background-color: #A07EED; }
a { background-color: rgb(160,126,237); }
div.DivClassName
{
background-color: #A07EED;
}
.BgClassName
{
background-color: #A07EED;
}
</style>
border-color css
<style>
span { border-color: #A07EED; }
span { border-color: rgb(160,126,237); }
td.TdClassName
{
border-color: #A07EED;
}
.TagClassName
{
border-color: #A07EED;
}
</style>