Shades of Medium Purple #A076DD
Tints of Medium Purple #A076DD
RGB
CMYK
RGB Variations
Color information
#A076DD (or 0xA076DD) is known color: Medium Purple. HEX triplet: A0, 76 and DD. RGB value is (160,118,221). Sum of RGB (Red+Green+Blue) = 160+118+221=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #A076DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076DD is #5F8922. Grayscale: #8D8D8D. Windows color (decimal): -6261027 or 14513824. OLE color: 14513824.
HSL color Cylindrical-coordinate representation of color #A076DD: hue angle of 264.47º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A076DD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 118 | 221 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.13 |
| HSL | 264.47º | 0.6% | 0.66% | - |
| HSV(B) | 264.47º | 0.47% | 0.87% | - |
| XYZ | 34.03 | 25.65 | 71.56 | - |
| YUV | 142.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 221 | 0.28 | 0.47 | 0 | 0.13 | 264.47 | 0.6 | 0.66 |
| Hex | A0 | 76 | DD | 1C | 2F | 0 | D | 108 | 3C | 42 |
| Octal | 240 | 166 | 335 | 34 | 57 | 0 | 15 | 410 | 74 | 102 |
| Binary | 10100000 | 1110110 | 11011101 | 11100 | 101111 | 0 | 1101 | 100001000 | 111100 | 1000010 |
Color Harmonies of #A076DD
Complementary color
Monochromatic Colors of #A076DD
Black with #A076DD
Text Example
Text Example
White with #A076DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076DD; }
p { color: rgb(160,118,221); }
H1.HeaderClassName
{
color: #A076DD;
}
.AnyTagClassName
{
color: #A076DD;
}
</style>
background-color css
<style>
a { background-color: #A076DD; }
a { background-color: rgb(160,118,221); }
div.DivClassName
{
background-color: #A076DD;
}
.BgClassName
{
background-color: #A076DD;
}
</style>
border-color css
<style>
span { border-color: #A076DD; }
span { border-color: rgb(160,118,221); }
td.TdClassName
{
border-color: #A076DD;
}
.TagClassName
{
border-color: #A076DD;
}
</style>