Html Css Color HEX #A077BE Purple Mountain's Majesty
📋 copy color: '#A077BE'red 160 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #A077BE
Tints of Purple Mountain's Majesty #A077BE
RGB
CMYK
RGB Variations
Color information
#A077BE (or 0xA077BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and BE. RGB value is (160,119,190). Sum of RGB (Red+Green+Blue) = 160+119+190=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A077BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BE is #5F8841. Grayscale: #8B8B8B. Windows color (decimal): -6260802 or 12482464. OLE color: 12482464.
HSL color Cylindrical-coordinate representation of color #A077BE: hue angle of 274.65º 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 #A077BE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 119 | 190 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.25 |
| HSL | 274.65º | 0.35% | 0.61% | - |
| HSV(B) | 274.65º | 0.37% | 0.75% | - |
| XYZ | 30.39 | 24.38 | 51.82 | - |
| YUV | 139.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 190 | 0.16 | 0.37 | 0 | 0.25 | 274.65 | 0.35 | 0.61 |
| Hex | A0 | 77 | BE | 10 | 25 | 0 | 19 | 113 | 23 | 3D |
| Octal | 240 | 167 | 276 | 20 | 45 | 0 | 31 | 423 | 43 | 75 |
| Binary | 10100000 | 1110111 | 10111110 | 10000 | 100101 | 0 | 11001 | 100010011 | 100011 | 111101 |
Color Harmonies of #A077BE
Complementary color
Monochromatic Colors of #A077BE
Black with #A077BE
Text Example
Text Example
White with #A077BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077BE; }
p { color: rgb(160,119,190); }
H1.HeaderClassName
{
color: #A077BE;
}
.AnyTagClassName
{
color: #A077BE;
}
</style>
background-color css
<style>
a { background-color: #A077BE; }
a { background-color: rgb(160,119,190); }
div.DivClassName
{
background-color: #A077BE;
}
.BgClassName
{
background-color: #A077BE;
}
</style>
border-color css
<style>
span { border-color: #A077BE; }
span { border-color: rgb(160,119,190); }
td.TdClassName
{
border-color: #A077BE;
}
.TagClassName
{
border-color: #A077BE;
}
</style>