Shades of Medium Purple #A079DC
Tints of Medium Purple #A079DC
RGB
CMYK
RGB Variations
Color information
#A079DC (or 0xA079DC) is known color: Medium Purple. HEX triplet: A0, 79 and DC. RGB value is (160,121,220). Sum of RGB (Red+Green+Blue) = 160+121+220=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A079DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079DC is #5F8623. Grayscale: #8F8F8F. Windows color (decimal): -6260260 or 14449056. OLE color: 14449056.
HSL color Cylindrical-coordinate representation of color #A079DC: hue angle of 263.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A079DC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 121 | 220 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.14 |
| HSL | 263.64º | 0.59% | 0.67% | - |
| HSV(B) | 263.64º | 0.45% | 0.86% | - |
| XYZ | 34.25 | 26.32 | 70.98 | - |
| YUV | 143.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 220 | 0.27 | 0.45 | 0 | 0.14 | 263.64 | 0.59 | 0.67 |
| Hex | A0 | 79 | DC | 1B | 2D | 0 | E | 108 | 3B | 43 |
| Octal | 240 | 171 | 334 | 33 | 55 | 0 | 16 | 410 | 73 | 103 |
| Binary | 10100000 | 1111001 | 11011100 | 11011 | 101101 | 0 | 1110 | 100001000 | 111011 | 1000011 |
Color Harmonies of #A079DC
Complementary color
Monochromatic Colors of #A079DC
Black with #A079DC
Text Example
Text Example
White with #A079DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079DC; }
p { color: rgb(160,121,220); }
H1.HeaderClassName
{
color: #A079DC;
}
.AnyTagClassName
{
color: #A079DC;
}
</style>
background-color css
<style>
a { background-color: #A079DC; }
a { background-color: rgb(160,121,220); }
div.DivClassName
{
background-color: #A079DC;
}
.BgClassName
{
background-color: #A079DC;
}
</style>
border-color css
<style>
span { border-color: #A079DC; }
span { border-color: rgb(160,121,220); }
td.TdClassName
{
border-color: #A079DC;
}
.TagClassName
{
border-color: #A079DC;
}
</style>