Shades of Medium Purple #A07FEB
Tints of Medium Purple #A07FEB
RGB
CMYK
RGB Variations
Color information
#A07FEB (or 0xA07FEB) is known color: Medium Purple. HEX triplet: A0, 7F and EB. RGB value is (160,127,235). Sum of RGB (Red+Green+Blue) = 160+127+235=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #A07FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FEB is #5F8014. Grayscale: #949494. Windows color (decimal): -6258709 or 15433632. OLE color: 15433632.
HSL color Cylindrical-coordinate representation of color #A07FEB: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07FEB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 127 | 235 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.08 |
| HSL | 258.33º | 0.73% | 0.71% | - |
| HSV(B) | 258.33º | 0.46% | 0.92% | - |
| XYZ | 37.08 | 28.65 | 82.17 | - |
| YUV | 149.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 235 | 0.32 | 0.46 | 0 | 0.08 | 258.33 | 0.73 | 0.71 |
| Hex | A0 | 7F | EB | 20 | 2E | 0 | 8 | 102 | 49 | 47 |
| Octal | 240 | 177 | 353 | 40 | 56 | 0 | 10 | 402 | 111 | 107 |
| Binary | 10100000 | 1111111 | 11101011 | 100000 | 101110 | 0 | 1000 | 100000010 | 1001001 | 1000111 |
Color Harmonies of #A07FEB
Complementary color
Monochromatic Colors of #A07FEB
Black with #A07FEB
Text Example
Text Example
White with #A07FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FEB; }
p { color: rgb(160,127,235); }
H1.HeaderClassName
{
color: #A07FEB;
}
.AnyTagClassName
{
color: #A07FEB;
}
</style>
background-color css
<style>
a { background-color: #A07FEB; }
a { background-color: rgb(160,127,235); }
div.DivClassName
{
background-color: #A07FEB;
}
.BgClassName
{
background-color: #A07FEB;
}
</style>
border-color css
<style>
span { border-color: #A07FEB; }
span { border-color: rgb(160,127,235); }
td.TdClassName
{
border-color: #A07FEB;
}
.TagClassName
{
border-color: #A07FEB;
}
</style>