Html Css Color HEX #A177BE Purple Mountain's Majesty
📋 copy color: '#A177BE'red 161 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #A177BE
Tints of Purple Mountain's Majesty #A177BE
RGB
CMYK
RGB Variations
Color information
#A177BE (or 0xA177BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and BE. RGB value is (161,119,190). Sum of RGB (Red+Green+Blue) = 161+119+190=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A177BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177BE is #5E8841. Grayscale: #8B8B8B. Windows color (decimal): -6195266 or 12482465. OLE color: 12482465.
HSL color Cylindrical-coordinate representation of color #A177BE: hue angle of 275.49º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A177BE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 119 | 190 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.25 |
| HSL | 275.49º | 0.35% | 0.61% | - |
| HSV(B) | 275.49º | 0.37% | 0.75% | - |
| XYZ | 30.59 | 24.49 | 51.83 | - |
| YUV | 139.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 190 | 0.15 | 0.37 | 0 | 0.25 | 275.49 | 0.35 | 0.61 |
| Hex | A1 | 77 | BE | F | 25 | 0 | 19 | 113 | 23 | 3D |
| Octal | 241 | 167 | 276 | 17 | 45 | 0 | 31 | 423 | 43 | 75 |
| Binary | 10100001 | 1110111 | 10111110 | 1111 | 100101 | 0 | 11001 | 100010011 | 100011 | 111101 |
Color Harmonies of #A177BE
Complementary color
Monochromatic Colors of #A177BE
Black with #A177BE
Text Example
Text Example
White with #A177BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177BE; }
p { color: rgb(161,119,190); }
H1.HeaderClassName
{
color: #A177BE;
}
.AnyTagClassName
{
color: #A177BE;
}
</style>
background-color css
<style>
a { background-color: #A177BE; }
a { background-color: rgb(161,119,190); }
div.DivClassName
{
background-color: #A177BE;
}
.BgClassName
{
background-color: #A177BE;
}
</style>
border-color css
<style>
span { border-color: #A177BE; }
span { border-color: rgb(161,119,190); }
td.TdClassName
{
border-color: #A177BE;
}
.TagClassName
{
border-color: #A177BE;
}
</style>