Shades of Medium Purple #A076D7
Tints of Medium Purple #A076D7
RGB
CMYK
RGB Variations
Color information
#A076D7 (or 0xA076D7) is known color: Medium Purple. HEX triplet: A0, 76 and D7. RGB value is (160,118,215). Sum of RGB (Red+Green+Blue) = 160+118+215=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A076D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076D7 is #5F8928. Grayscale: #8D8D8D. Windows color (decimal): -6261033 or 14120608. OLE color: 14120608.
HSL color Cylindrical-coordinate representation of color #A076D7: hue angle of 265.98º degrees, saturation: 0.55, 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 #A076D7 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 118 | 215 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.16 |
| HSL | 265.98º | 0.55% | 0.65% | - |
| HSV(B) | 265.98º | 0.45% | 0.84% | - |
| XYZ | 33.24 | 25.34 | 67.43 | - |
| YUV | 141.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 215 | 0.26 | 0.45 | 0 | 0.16 | 265.98 | 0.55 | 0.65 |
| Hex | A0 | 76 | D7 | 1A | 2D | 0 | 10 | 10A | 37 | 41 |
| Octal | 240 | 166 | 327 | 32 | 55 | 0 | 20 | 412 | 67 | 101 |
| Binary | 10100000 | 1110110 | 11010111 | 11010 | 101101 | 0 | 10000 | 100001010 | 110111 | 1000001 |
Color Harmonies of #A076D7
Complementary color
Monochromatic Colors of #A076D7
Black with #A076D7
Text Example
Text Example
White with #A076D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076D7; }
p { color: rgb(160,118,215); }
H1.HeaderClassName
{
color: #A076D7;
}
.AnyTagClassName
{
color: #A076D7;
}
</style>
background-color css
<style>
a { background-color: #A076D7; }
a { background-color: rgb(160,118,215); }
div.DivClassName
{
background-color: #A076D7;
}
.BgClassName
{
background-color: #A076D7;
}
</style>
border-color css
<style>
span { border-color: #A076D7; }
span { border-color: rgb(160,118,215); }
td.TdClassName
{
border-color: #A076D7;
}
.TagClassName
{
border-color: #A076D7;
}
</style>