Shades of Medium Purple #A079DF
Tints of Medium Purple #A079DF
RGB
CMYK
RGB Variations
Color information
#A079DF (or 0xA079DF) is known color: Medium Purple. HEX triplet: A0, 79 and DF. RGB value is (160,121,223). Sum of RGB (Red+Green+Blue) = 160+121+223=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A079DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079DF is #5F8620. Grayscale: #8F8F8F. Windows color (decimal): -6260257 or 14645664. OLE color: 14645664.
HSL color Cylindrical-coordinate representation of color #A079DF: hue angle of 262.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A079DF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 121 | 223 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 262.94º | 0.61% | 0.67% | - |
| HSV(B) | 262.94º | 0.46% | 0.87% | - |
| XYZ | 34.65 | 26.48 | 73.1 | - |
| YUV | 144.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 223 | 0.28 | 0.46 | 0 | 0.13 | 262.94 | 0.61 | 0.67 |
| Hex | A0 | 79 | DF | 1C | 2E | 0 | D | 107 | 3D | 43 |
| Octal | 240 | 171 | 337 | 34 | 56 | 0 | 15 | 407 | 75 | 103 |
| Binary | 10100000 | 1111001 | 11011111 | 11100 | 101110 | 0 | 1101 | 100000111 | 111101 | 1000011 |
Color Harmonies of #A079DF
Complementary color
Monochromatic Colors of #A079DF
Black with #A079DF
Text Example
Text Example
White with #A079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079DF; }
p { color: rgb(160,121,223); }
H1.HeaderClassName
{
color: #A079DF;
}
.AnyTagClassName
{
color: #A079DF;
}
</style>
background-color css
<style>
a { background-color: #A079DF; }
a { background-color: rgb(160,121,223); }
div.DivClassName
{
background-color: #A079DF;
}
.BgClassName
{
background-color: #A079DF;
}
</style>
border-color css
<style>
span { border-color: #A079DF; }
span { border-color: rgb(160,121,223); }
td.TdClassName
{
border-color: #A079DF;
}
.TagClassName
{
border-color: #A079DF;
}
</style>