Shades of Medium Purple #A079F0
Tints of Medium Purple #A079F0
RGB
CMYK
RGB Variations
Color information
#A079F0 (or 0xA079F0) is known color: Medium Purple. HEX triplet: A0, 79 and F0. RGB value is (160,121,240). Sum of RGB (Red+Green+Blue) = 160+121+240=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #A079F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079F0 is #5F860F. Grayscale: #919191. Windows color (decimal): -6260240 or 15759776. OLE color: 15759776.
HSL color Cylindrical-coordinate representation of color #A079F0: hue angle of 259.66º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A079F0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 121 | 240 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.06 |
| HSL | 259.66º | 0.8% | 0.71% | - |
| HSV(B) | 259.66º | 0.5% | 0.94% | - |
| XYZ | 37.06 | 27.44 | 85.78 | - |
| YUV | 146.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 240 | 0.33 | 0.50 | 0 | 0.06 | 259.66 | 0.8 | 0.71 |
| Hex | A0 | 79 | F0 | 21 | 32 | 0 | 6 | 104 | 50 | 47 |
| Octal | 240 | 171 | 360 | 41 | 62 | 0 | 6 | 404 | 120 | 107 |
| Binary | 10100000 | 1111001 | 11110000 | 100001 | 110010 | 0 | 110 | 100000100 | 1010000 | 1000111 |
Color Harmonies of #A079F0
Complementary color
Monochromatic Colors of #A079F0
Black with #A079F0
Text Example
Text Example
White with #A079F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079F0; }
p { color: rgb(160,121,240); }
H1.HeaderClassName
{
color: #A079F0;
}
.AnyTagClassName
{
color: #A079F0;
}
</style>
background-color css
<style>
a { background-color: #A079F0; }
a { background-color: rgb(160,121,240); }
div.DivClassName
{
background-color: #A079F0;
}
.BgClassName
{
background-color: #A079F0;
}
</style>
border-color css
<style>
span { border-color: #A079F0; }
span { border-color: rgb(160,121,240); }
td.TdClassName
{
border-color: #A079F0;
}
.TagClassName
{
border-color: #A079F0;
}
</style>