Shades of Medium Purple #A079D5
Tints of Medium Purple #A079D5
RGB
CMYK
RGB Variations
Color information
#A079D5 (or 0xA079D5) is known color: Medium Purple. HEX triplet: A0, 79 and D5. RGB value is (160,121,213). Sum of RGB (Red+Green+Blue) = 160+121+213=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A079D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079D5 is #5F862A. Grayscale: #8E8E8E. Windows color (decimal): -6260267 or 13990304. OLE color: 13990304.
HSL color Cylindrical-coordinate representation of color #A079D5: hue angle of 265.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A079D5 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 121 | 213 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.16 |
| HSL | 265.43º | 0.52% | 0.65% | - |
| HSV(B) | 265.43º | 0.43% | 0.84% | - |
| XYZ | 33.34 | 25.95 | 66.2 | - |
| YUV | 143.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 213 | 0.25 | 0.43 | 0 | 0.16 | 265.43 | 0.52 | 0.65 |
| Hex | A0 | 79 | D5 | 19 | 2B | 0 | 10 | 109 | 34 | 41 |
| Octal | 240 | 171 | 325 | 31 | 53 | 0 | 20 | 411 | 64 | 101 |
| Binary | 10100000 | 1111001 | 11010101 | 11001 | 101011 | 0 | 10000 | 100001001 | 110100 | 1000001 |
Color Harmonies of #A079D5
Complementary color
Monochromatic Colors of #A079D5
Black with #A079D5
Text Example
Text Example
White with #A079D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079D5; }
p { color: rgb(160,121,213); }
H1.HeaderClassName
{
color: #A079D5;
}
.AnyTagClassName
{
color: #A079D5;
}
</style>
background-color css
<style>
a { background-color: #A079D5; }
a { background-color: rgb(160,121,213); }
div.DivClassName
{
background-color: #A079D5;
}
.BgClassName
{
background-color: #A079D5;
}
</style>
border-color css
<style>
span { border-color: #A079D5; }
span { border-color: rgb(160,121,213); }
td.TdClassName
{
border-color: #A079D5;
}
.TagClassName
{
border-color: #A079D5;
}
</style>