Shades of Medium Purple #A079DE
Tints of Medium Purple #A079DE
RGB
CMYK
RGB Variations
Color information
#A079DE (or 0xA079DE) is known color: Medium Purple. HEX triplet: A0, 79 and DE. RGB value is (160,121,222). Sum of RGB (Red+Green+Blue) = 160+121+222=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #A079DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079DE is #5F8621. Grayscale: #8F8F8F. Windows color (decimal): -6260258 or 14580128. OLE color: 14580128.
HSL color Cylindrical-coordinate representation of color #A079DE: hue angle of 263.17º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A079DE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 121 | 222 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.13 |
| HSL | 263.17º | 0.6% | 0.67% | - |
| HSV(B) | 263.17º | 0.45% | 0.87% | - |
| XYZ | 34.52 | 26.42 | 72.39 | - |
| YUV | 144.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 222 | 0.28 | 0.45 | 0 | 0.13 | 263.17 | 0.6 | 0.67 |
| Hex | A0 | 79 | DE | 1C | 2D | 0 | D | 107 | 3C | 43 |
| Octal | 240 | 171 | 336 | 34 | 55 | 0 | 15 | 407 | 74 | 103 |
| Binary | 10100000 | 1111001 | 11011110 | 11100 | 101101 | 0 | 1101 | 100000111 | 111100 | 1000011 |
Color Harmonies of #A079DE
Complementary color
Monochromatic Colors of #A079DE
Black with #A079DE
Text Example
Text Example
White with #A079DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079DE; }
p { color: rgb(160,121,222); }
H1.HeaderClassName
{
color: #A079DE;
}
.AnyTagClassName
{
color: #A079DE;
}
</style>
background-color css
<style>
a { background-color: #A079DE; }
a { background-color: rgb(160,121,222); }
div.DivClassName
{
background-color: #A079DE;
}
.BgClassName
{
background-color: #A079DE;
}
</style>
border-color css
<style>
span { border-color: #A079DE; }
span { border-color: rgb(160,121,222); }
td.TdClassName
{
border-color: #A079DE;
}
.TagClassName
{
border-color: #A079DE;
}
</style>