Shades of Medium Purple #A07FF1
Tints of Medium Purple #A07FF1
RGB
CMYK
RGB Variations
Color information
#A07FF1 (or 0xA07FF1) is known color: Medium Purple. HEX triplet: A0, 7F and F1. RGB value is (160,127,241). Sum of RGB (Red+Green+Blue) = 160+127+241=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #A07FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF1 is #5F800E. Grayscale: #959595. Windows color (decimal): -6258703 or 15826848. OLE color: 15826848.
HSL color Cylindrical-coordinate representation of color #A07FF1: hue angle of 257.37º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07FF1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 127 | 241 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.05 |
| HSL | 257.37º | 0.8% | 0.72% | - |
| HSV(B) | 257.37º | 0.47% | 0.95% | - |
| XYZ | 37.96 | 29 | 86.82 | - |
| YUV | 149.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 241 | 0.34 | 0.47 | 0 | 0.05 | 257.37 | 0.8 | 0.72 |
| Hex | A0 | 7F | F1 | 22 | 2F | 0 | 5 | 101 | 50 | 48 |
| Octal | 240 | 177 | 361 | 42 | 57 | 0 | 5 | 401 | 120 | 110 |
| Binary | 10100000 | 1111111 | 11110001 | 100010 | 101111 | 0 | 101 | 100000001 | 1010000 | 1001000 |
Color Harmonies of #A07FF1
Complementary color
Monochromatic Colors of #A07FF1
Black with #A07FF1
Text Example
Text Example
White with #A07FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FF1; }
p { color: rgb(160,127,241); }
H1.HeaderClassName
{
color: #A07FF1;
}
.AnyTagClassName
{
color: #A07FF1;
}
</style>
background-color css
<style>
a { background-color: #A07FF1; }
a { background-color: rgb(160,127,241); }
div.DivClassName
{
background-color: #A07FF1;
}
.BgClassName
{
background-color: #A07FF1;
}
</style>
border-color css
<style>
span { border-color: #A07FF1; }
span { border-color: rgb(160,127,241); }
td.TdClassName
{
border-color: #A07FF1;
}
.TagClassName
{
border-color: #A07FF1;
}
</style>