Shades of Medium Purple #A076DC
Tints of Medium Purple #A076DC
RGB
CMYK
RGB Variations
Color information
#A076DC (or 0xA076DC) is known color: Medium Purple. HEX triplet: A0, 76 and DC. RGB value is (160,118,220). Sum of RGB (Red+Green+Blue) = 160+118+220=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A076DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076DC is #5F8923. Grayscale: #8D8D8D. Windows color (decimal): -6261028 or 14448288. OLE color: 14448288.
HSL color Cylindrical-coordinate representation of color #A076DC: hue angle of 264.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A076DC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 118 | 220 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.14 |
| HSL | 264.71º | 0.59% | 0.66% | - |
| HSV(B) | 264.71º | 0.46% | 0.86% | - |
| XYZ | 33.89 | 25.6 | 70.86 | - |
| YUV | 142.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 220 | 0.27 | 0.46 | 0 | 0.14 | 264.71 | 0.59 | 0.66 |
| Hex | A0 | 76 | DC | 1B | 2E | 0 | E | 109 | 3B | 42 |
| Octal | 240 | 166 | 334 | 33 | 56 | 0 | 16 | 411 | 73 | 102 |
| Binary | 10100000 | 1110110 | 11011100 | 11011 | 101110 | 0 | 1110 | 100001001 | 111011 | 1000010 |
Color Harmonies of #A076DC
Complementary color
Monochromatic Colors of #A076DC
Black with #A076DC
Text Example
Text Example
White with #A076DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076DC; }
p { color: rgb(160,118,220); }
H1.HeaderClassName
{
color: #A076DC;
}
.AnyTagClassName
{
color: #A076DC;
}
</style>
background-color css
<style>
a { background-color: #A076DC; }
a { background-color: rgb(160,118,220); }
div.DivClassName
{
background-color: #A076DC;
}
.BgClassName
{
background-color: #A076DC;
}
</style>
border-color css
<style>
span { border-color: #A076DC; }
span { border-color: rgb(160,118,220); }
td.TdClassName
{
border-color: #A076DC;
}
.TagClassName
{
border-color: #A076DC;
}
</style>