Shades of Medium Purple #A176DC
Tints of Medium Purple #A176DC
RGB
CMYK
RGB Variations
Color information
#A176DC (or 0xA176DC) is known color: Medium Purple. HEX triplet: A1, 76 and DC. RGB value is (161,118,220). Sum of RGB (Red+Green+Blue) = 161+118+220=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A176DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176DC is #5E8923. Grayscale: #8E8E8E. Windows color (decimal): -6195492 or 14448289. OLE color: 14448289.
HSL color Cylindrical-coordinate representation of color #A176DC: hue angle of 265.29º 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 #A176DC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 118 | 220 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.14 |
| HSL | 265.29º | 0.59% | 0.66% | - |
| HSV(B) | 265.29º | 0.46% | 0.86% | - |
| XYZ | 34.09 | 25.7 | 70.87 | - |
| YUV | 142.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 220 | 0.27 | 0.46 | 0 | 0.14 | 265.29 | 0.59 | 0.66 |
| Hex | A1 | 76 | DC | 1B | 2E | 0 | E | 109 | 3B | 42 |
| Octal | 241 | 166 | 334 | 33 | 56 | 0 | 16 | 411 | 73 | 102 |
| Binary | 10100001 | 1110110 | 11011100 | 11011 | 101110 | 0 | 1110 | 100001001 | 111011 | 1000010 |
Color Harmonies of #A176DC
Complementary color
Monochromatic Colors of #A176DC
Black with #A176DC
Text Example
Text Example
White with #A176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176DC; }
p { color: rgb(161,118,220); }
H1.HeaderClassName
{
color: #A176DC;
}
.AnyTagClassName
{
color: #A176DC;
}
</style>
background-color css
<style>
a { background-color: #A176DC; }
a { background-color: rgb(161,118,220); }
div.DivClassName
{
background-color: #A176DC;
}
.BgClassName
{
background-color: #A176DC;
}
</style>
border-color css
<style>
span { border-color: #A176DC; }
span { border-color: rgb(161,118,220); }
td.TdClassName
{
border-color: #A176DC;
}
.TagClassName
{
border-color: #A176DC;
}
</style>