Shades of Medium Purple #A079F8
Tints of Medium Purple #A079F8
RGB
CMYK
RGB Variations
Color information
#A079F8 (or 0xA079F8) is known color: Medium Purple. HEX triplet: A0, 79 and F8. RGB value is (160,121,248). Sum of RGB (Red+Green+Blue) = 160+121+248=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #A079F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079F8 is #5F8607. Grayscale: #929292. Windows color (decimal): -6260232 or 16284064. OLE color: 16284064.
HSL color Cylindrical-coordinate representation of color #A079F8: hue angle of 258.43º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A079F8 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 121 | 248 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.03 |
| HSL | 258.43º | 0.9% | 0.72% | - |
| HSV(B) | 258.43º | 0.51% | 0.97% | - |
| XYZ | 38.28 | 27.93 | 92.18 | - |
| YUV | 147.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 248 | 0.35 | 0.51 | 0 | 0.03 | 258.43 | 0.9 | 0.72 |
| Hex | A0 | 79 | F8 | 23 | 33 | 0 | 3 | 102 | 5A | 48 |
| Octal | 240 | 171 | 370 | 43 | 63 | 0 | 3 | 402 | 132 | 110 |
| Binary | 10100000 | 1111001 | 11111000 | 100011 | 110011 | 0 | 11 | 100000010 | 1011010 | 1001000 |
Color Harmonies of #A079F8
Complementary color
Monochromatic Colors of #A079F8
Black with #A079F8
Text Example
Text Example
White with #A079F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079F8; }
p { color: rgb(160,121,248); }
H1.HeaderClassName
{
color: #A079F8;
}
.AnyTagClassName
{
color: #A079F8;
}
</style>
background-color css
<style>
a { background-color: #A079F8; }
a { background-color: rgb(160,121,248); }
div.DivClassName
{
background-color: #A079F8;
}
.BgClassName
{
background-color: #A079F8;
}
</style>
border-color css
<style>
span { border-color: #A079F8; }
span { border-color: rgb(160,121,248); }
td.TdClassName
{
border-color: #A079F8;
}
.TagClassName
{
border-color: #A079F8;
}
</style>