Shades of Medium Purple #A176DD
Tints of Medium Purple #A176DD
RGB
CMYK
RGB Variations
Color information
#A176DD (or 0xA176DD) is known color: Medium Purple. HEX triplet: A1, 76 and DD. RGB value is (161,118,221). Sum of RGB (Red+Green+Blue) = 161+118+221=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #A176DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176DD is #5E8922. Grayscale: #8E8E8E. Windows color (decimal): -6195491 or 14513825. OLE color: 14513825.
HSL color Cylindrical-coordinate representation of color #A176DD: hue angle of 265.05º 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 #A176DD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 118 | 221 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 265.05º | 0.6% | 0.66% | - |
| HSV(B) | 265.05º | 0.47% | 0.87% | - |
| XYZ | 34.23 | 25.75 | 71.57 | - |
| YUV | 142.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 221 | 0.27 | 0.47 | 0 | 0.13 | 265.05 | 0.6 | 0.66 |
| Hex | A1 | 76 | DD | 1B | 2F | 0 | D | 109 | 3C | 42 |
| Octal | 241 | 166 | 335 | 33 | 57 | 0 | 15 | 411 | 74 | 102 |
| Binary | 10100001 | 1110110 | 11011101 | 11011 | 101111 | 0 | 1101 | 100001001 | 111100 | 1000010 |
Color Harmonies of #A176DD
Complementary color
Monochromatic Colors of #A176DD
Black with #A176DD
Text Example
Text Example
White with #A176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176DD; }
p { color: rgb(161,118,221); }
H1.HeaderClassName
{
color: #A176DD;
}
.AnyTagClassName
{
color: #A176DD;
}
</style>
background-color css
<style>
a { background-color: #A176DD; }
a { background-color: rgb(161,118,221); }
div.DivClassName
{
background-color: #A176DD;
}
.BgClassName
{
background-color: #A176DD;
}
</style>
border-color css
<style>
span { border-color: #A176DD; }
span { border-color: rgb(161,118,221); }
td.TdClassName
{
border-color: #A176DD;
}
.TagClassName
{
border-color: #A176DD;
}
</style>