Shades of Medium Purple #A07AF4
Tints of Medium Purple #A07AF4
RGB
CMYK
RGB Variations
Color information
#A07AF4 (or 0xA07AF4) is known color: Medium Purple. HEX triplet: A0, 7A and F4. RGB value is (160,122,244). Sum of RGB (Red+Green+Blue) = 160+122+244=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #A07AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AF4 is #5F850B. Grayscale: #929292. Windows color (decimal): -6259980 or 16022176. OLE color: 16022176.
HSL color Cylindrical-coordinate representation of color #A07AF4: hue angle of 258.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07AF4 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 122 | 244 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.04 |
| HSL | 258.69º | 0.85% | 0.72% | - |
| HSV(B) | 258.69º | 0.5% | 0.96% | - |
| XYZ | 37.79 | 27.92 | 88.99 | - |
| YUV | 147.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 244 | 0.34 | 0.5 | 0 | 0.04 | 258.69 | 0.85 | 0.72 |
| Hex | A0 | 7A | F4 | 22 | 32 | 0 | 4 | 103 | 55 | 48 |
| Octal | 240 | 172 | 364 | 42 | 62 | 0 | 4 | 403 | 125 | 110 |
| Binary | 10100000 | 1111010 | 11110100 | 100010 | 110010 | 0 | 100 | 100000011 | 1010101 | 1001000 |
Color Harmonies of #A07AF4
Complementary color
Monochromatic Colors of #A07AF4
Black with #A07AF4
Text Example
Text Example
White with #A07AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AF4; }
p { color: rgb(160,122,244); }
H1.HeaderClassName
{
color: #A07AF4;
}
.AnyTagClassName
{
color: #A07AF4;
}
</style>
background-color css
<style>
a { background-color: #A07AF4; }
a { background-color: rgb(160,122,244); }
div.DivClassName
{
background-color: #A07AF4;
}
.BgClassName
{
background-color: #A07AF4;
}
</style>
border-color css
<style>
span { border-color: #A07AF4; }
span { border-color: rgb(160,122,244); }
td.TdClassName
{
border-color: #A07AF4;
}
.TagClassName
{
border-color: #A07AF4;
}
</style>