Shades of Medium Purple #A07FED
Tints of Medium Purple #A07FED
RGB
CMYK
RGB Variations
Color information
#A07FED (or 0xA07FED) is known color: Medium Purple. HEX triplet: A0, 7F and ED. RGB value is (160,127,237). Sum of RGB (Red+Green+Blue) = 160+127+237=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FED is #5F8012. Grayscale: #959595. Windows color (decimal): -6258707 or 15564704. OLE color: 15564704.
HSL color Cylindrical-coordinate representation of color #A07FED: hue angle of 258º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07FED is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 127 | 237 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.07 |
| HSL | 258º | 0.75% | 0.71% | - |
| HSV(B) | 258º | 0.46% | 0.93% | - |
| XYZ | 37.37 | 28.77 | 83.7 | - |
| YUV | 149.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 237 | 0.32 | 0.46 | 0 | 0.07 | 258 | 0.75 | 0.71 |
| Hex | A0 | 7F | ED | 20 | 2E | 0 | 7 | 102 | 4B | 47 |
| Octal | 240 | 177 | 355 | 40 | 56 | 0 | 7 | 402 | 113 | 107 |
| Binary | 10100000 | 1111111 | 11101101 | 100000 | 101110 | 0 | 111 | 100000010 | 1001011 | 1000111 |
Color Harmonies of #A07FED
Complementary color
Monochromatic Colors of #A07FED
Black with #A07FED
Text Example
Text Example
White with #A07FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FED; }
p { color: rgb(160,127,237); }
H1.HeaderClassName
{
color: #A07FED;
}
.AnyTagClassName
{
color: #A07FED;
}
</style>
background-color css
<style>
a { background-color: #A07FED; }
a { background-color: rgb(160,127,237); }
div.DivClassName
{
background-color: #A07FED;
}
.BgClassName
{
background-color: #A07FED;
}
</style>
border-color css
<style>
span { border-color: #A07FED; }
span { border-color: rgb(160,127,237); }
td.TdClassName
{
border-color: #A07FED;
}
.TagClassName
{
border-color: #A07FED;
}
</style>