Shades of Medium Purple #A177DA
Tints of Medium Purple #A177DA
RGB
CMYK
RGB Variations
Color information
#A177DA (or 0xA177DA) is known color: Medium Purple. HEX triplet: A1, 77 and DA. RGB value is (161,119,218). Sum of RGB (Red+Green+Blue) = 161+119+218=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A177DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DA is #5E8825. Grayscale: #8E8E8E. Windows color (decimal): -6195238 or 14317473. OLE color: 14317473.
HSL color Cylindrical-coordinate representation of color #A177DA: hue angle of 265.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A177DA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 119 | 218 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.15 |
| HSL | 265.45º | 0.57% | 0.66% | - |
| HSV(B) | 265.45º | 0.45% | 0.85% | - |
| XYZ | 33.95 | 25.83 | 69.53 | - |
| YUV | 142.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 218 | 0.26 | 0.45 | 0 | 0.15 | 265.45 | 0.57 | 0.66 |
| Hex | A1 | 77 | DA | 1A | 2D | 0 | F | 109 | 39 | 42 |
| Octal | 241 | 167 | 332 | 32 | 55 | 0 | 17 | 411 | 71 | 102 |
| Binary | 10100001 | 1110111 | 11011010 | 11010 | 101101 | 0 | 1111 | 100001001 | 111001 | 1000010 |
Color Harmonies of #A177DA
Complementary color
Monochromatic Colors of #A177DA
Black with #A177DA
Text Example
Text Example
White with #A177DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177DA; }
p { color: rgb(161,119,218); }
H1.HeaderClassName
{
color: #A177DA;
}
.AnyTagClassName
{
color: #A177DA;
}
</style>
background-color css
<style>
a { background-color: #A177DA; }
a { background-color: rgb(161,119,218); }
div.DivClassName
{
background-color: #A177DA;
}
.BgClassName
{
background-color: #A177DA;
}
</style>
border-color css
<style>
span { border-color: #A177DA; }
span { border-color: rgb(161,119,218); }
td.TdClassName
{
border-color: #A177DA;
}
.TagClassName
{
border-color: #A177DA;
}
</style>