Html Css Color HEX #A177BA Purple Mountain's Majesty
📋 copy color: '#A177BA'red 161 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #A177BA
Tints of Purple Mountain's Majesty #A177BA
RGB
CMYK
RGB Variations
Color information
#A177BA (or 0xA177BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and BA. RGB value is (161,119,186). Sum of RGB (Red+Green+Blue) = 161+119+186=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A177BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177BA is #5E8845. Grayscale: #8A8A8A. Windows color (decimal): -6195270 or 12220321. OLE color: 12220321.
HSL color Cylindrical-coordinate representation of color #A177BA: hue angle of 277.61º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A177BA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 119 | 186 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.27 |
| HSL | 277.61º | 0.33% | 0.6% | - |
| HSV(B) | 277.61º | 0.36% | 0.73% | - |
| XYZ | 30.16 | 24.32 | 49.56 | - |
| YUV | 139.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 186 | 0.13 | 0.36 | 0 | 0.27 | 277.61 | 0.33 | 0.6 |
| Hex | A1 | 77 | BA | D | 24 | 0 | 1B | 116 | 21 | 3C |
| Octal | 241 | 167 | 272 | 15 | 44 | 0 | 33 | 426 | 41 | 74 |
| Binary | 10100001 | 1110111 | 10111010 | 1101 | 100100 | 0 | 11011 | 100010110 | 100001 | 111100 |
Color Harmonies of #A177BA
Complementary color
Monochromatic Colors of #A177BA
Black with #A177BA
Text Example
Text Example
White with #A177BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177BA; }
p { color: rgb(161,119,186); }
H1.HeaderClassName
{
color: #A177BA;
}
.AnyTagClassName
{
color: #A177BA;
}
</style>
background-color css
<style>
a { background-color: #A177BA; }
a { background-color: rgb(161,119,186); }
div.DivClassName
{
background-color: #A177BA;
}
.BgClassName
{
background-color: #A177BA;
}
</style>
border-color css
<style>
span { border-color: #A177BA; }
span { border-color: rgb(161,119,186); }
td.TdClassName
{
border-color: #A177BA;
}
.TagClassName
{
border-color: #A177BA;
}
</style>