Shades of Medium Purple #A076D5
Tints of Medium Purple #A076D5
RGB
CMYK
RGB Variations
Color information
#A076D5 (or 0xA076D5) is known color: Medium Purple. HEX triplet: A0, 76 and D5. RGB value is (160,118,213). Sum of RGB (Red+Green+Blue) = 160+118+213=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #A076D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076D5 is #5F892A. Grayscale: #8D8D8D. Windows color (decimal): -6261035 or 13989536. OLE color: 13989536.
HSL color Cylindrical-coordinate representation of color #A076D5: hue angle of 266.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A076D5 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 118 | 213 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.16 |
| HSL | 266.53º | 0.53% | 0.65% | - |
| HSV(B) | 266.53º | 0.45% | 0.84% | - |
| XYZ | 32.99 | 25.23 | 66.08 | - |
| YUV | 141.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 213 | 0.25 | 0.45 | 0 | 0.16 | 266.53 | 0.53 | 0.65 |
| Hex | A0 | 76 | D5 | 19 | 2D | 0 | 10 | 10B | 35 | 41 |
| Octal | 240 | 166 | 325 | 31 | 55 | 0 | 20 | 413 | 65 | 101 |
| Binary | 10100000 | 1110110 | 11010101 | 11001 | 101101 | 0 | 10000 | 100001011 | 110101 | 1000001 |
Color Harmonies of #A076D5
Complementary color
Monochromatic Colors of #A076D5
Black with #A076D5
Text Example
Text Example
White with #A076D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076D5; }
p { color: rgb(160,118,213); }
H1.HeaderClassName
{
color: #A076D5;
}
.AnyTagClassName
{
color: #A076D5;
}
</style>
background-color css
<style>
a { background-color: #A076D5; }
a { background-color: rgb(160,118,213); }
div.DivClassName
{
background-color: #A076D5;
}
.BgClassName
{
background-color: #A076D5;
}
</style>
border-color css
<style>
span { border-color: #A076D5; }
span { border-color: rgb(160,118,213); }
td.TdClassName
{
border-color: #A076D5;
}
.TagClassName
{
border-color: #A076D5;
}
</style>