Shades of Medium Purple #A07AF2
Tints of Medium Purple #A07AF2
RGB
CMYK
RGB Variations
Color information
#A07AF2 (or 0xA07AF2) is known color: Medium Purple. HEX triplet: A0, 7A and F2. RGB value is (160,122,242). Sum of RGB (Red+Green+Blue) = 160+122+242=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #A07AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AF2 is #5F850D. Grayscale: #929292. Windows color (decimal): -6259982 or 15891104. OLE color: 15891104.
HSL color Cylindrical-coordinate representation of color #A07AF2: hue angle of 259º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07AF2 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 122 | 242 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.05 |
| HSL | 259º | 0.82% | 0.71% | - |
| HSV(B) | 259º | 0.5% | 0.95% | - |
| XYZ | 37.48 | 27.8 | 87.4 | - |
| YUV | 147.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 242 | 0.34 | 0.50 | 0 | 0.05 | 259 | 0.82 | 0.71 |
| Hex | A0 | 7A | F2 | 22 | 32 | 0 | 5 | 103 | 52 | 47 |
| Octal | 240 | 172 | 362 | 42 | 62 | 0 | 5 | 403 | 122 | 107 |
| Binary | 10100000 | 1111010 | 11110010 | 100010 | 110010 | 0 | 101 | 100000011 | 1010010 | 1000111 |
Color Harmonies of #A07AF2
Complementary color
Monochromatic Colors of #A07AF2
Black with #A07AF2
Text Example
Text Example
White with #A07AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AF2; }
p { color: rgb(160,122,242); }
H1.HeaderClassName
{
color: #A07AF2;
}
.AnyTagClassName
{
color: #A07AF2;
}
</style>
background-color css
<style>
a { background-color: #A07AF2; }
a { background-color: rgb(160,122,242); }
div.DivClassName
{
background-color: #A07AF2;
}
.BgClassName
{
background-color: #A07AF2;
}
</style>
border-color css
<style>
span { border-color: #A07AF2; }
span { border-color: rgb(160,122,242); }
td.TdClassName
{
border-color: #A07AF2;
}
.TagClassName
{
border-color: #A07AF2;
}
</style>