Shades of Medium Purple #A079E0
Tints of Medium Purple #A079E0
RGB
CMYK
RGB Variations
Color information
#A079E0 (or 0xA079E0) is known color: Medium Purple. HEX triplet: A0, 79 and E0. RGB value is (160,121,224). Sum of RGB (Red+Green+Blue) = 160+121+224=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #A079E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079E0 is #5F861F. Grayscale: #909090. Windows color (decimal): -6260256 or 14711200. OLE color: 14711200.
HSL color Cylindrical-coordinate representation of color #A079E0: hue angle of 262.72º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A079E0 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 121 | 224 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.12 |
| HSL | 262.72º | 0.62% | 0.68% | - |
| HSV(B) | 262.72º | 0.46% | 0.88% | - |
| XYZ | 34.79 | 26.53 | 73.81 | - |
| YUV | 144.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 224 | 0.29 | 0.46 | 0 | 0.12 | 262.72 | 0.62 | 0.68 |
| Hex | A0 | 79 | E0 | 1D | 2E | 0 | C | 107 | 3E | 44 |
| Octal | 240 | 171 | 340 | 35 | 56 | 0 | 14 | 407 | 76 | 104 |
| Binary | 10100000 | 1111001 | 11100000 | 11101 | 101110 | 0 | 1100 | 100000111 | 111110 | 1000100 |
Color Harmonies of #A079E0
Complementary color
Monochromatic Colors of #A079E0
Black with #A079E0
Text Example
Text Example
White with #A079E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079E0; }
p { color: rgb(160,121,224); }
H1.HeaderClassName
{
color: #A079E0;
}
.AnyTagClassName
{
color: #A079E0;
}
</style>
background-color css
<style>
a { background-color: #A079E0; }
a { background-color: rgb(160,121,224); }
div.DivClassName
{
background-color: #A079E0;
}
.BgClassName
{
background-color: #A079E0;
}
</style>
border-color css
<style>
span { border-color: #A079E0; }
span { border-color: rgb(160,121,224); }
td.TdClassName
{
border-color: #A079E0;
}
.TagClassName
{
border-color: #A079E0;
}
</style>