Shades of Medium Purple #A07FF7
Tints of Medium Purple #A07FF7
RGB
CMYK
RGB Variations
Color information
#A07FF7 (or 0xA07FF7) is known color: Medium Purple. HEX triplet: A0, 7F and F7. RGB value is (160,127,247). Sum of RGB (Red+Green+Blue) = 160+127+247=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #A07FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF7 is #5F8008. Grayscale: #969696. Windows color (decimal): -6258697 or 16220064. OLE color: 16220064.
HSL color Cylindrical-coordinate representation of color #A07FF7: hue angle of 256.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07FF7 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 127 | 247 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.03 |
| HSL | 256.5º | 0.88% | 0.73% | - |
| HSV(B) | 256.5º | 0.49% | 0.97% | - |
| XYZ | 38.88 | 29.37 | 91.62 | - |
| YUV | 150.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 247 | 0.35 | 0.49 | 0 | 0.03 | 256.5 | 0.88 | 0.73 |
| Hex | A0 | 7F | F7 | 23 | 31 | 0 | 3 | 100 | 58 | 49 |
| Octal | 240 | 177 | 367 | 43 | 61 | 0 | 3 | 400 | 130 | 111 |
| Binary | 10100000 | 1111111 | 11110111 | 100011 | 110001 | 0 | 11 | 100000000 | 1011000 | 1001001 |
Color Harmonies of #A07FF7
Complementary color
Monochromatic Colors of #A07FF7
Black with #A07FF7
Text Example
Text Example
White with #A07FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FF7; }
p { color: rgb(160,127,247); }
H1.HeaderClassName
{
color: #A07FF7;
}
.AnyTagClassName
{
color: #A07FF7;
}
</style>
background-color css
<style>
a { background-color: #A07FF7; }
a { background-color: rgb(160,127,247); }
div.DivClassName
{
background-color: #A07FF7;
}
.BgClassName
{
background-color: #A07FF7;
}
</style>
border-color css
<style>
span { border-color: #A07FF7; }
span { border-color: rgb(160,127,247); }
td.TdClassName
{
border-color: #A07FF7;
}
.TagClassName
{
border-color: #A07FF7;
}
</style>