Html Css Color HEX #A077B8 Purple Mountain's Majesty
📋 copy color: '#A077B8'red 160 ◦ green 119 ◦ blue 184
Shades of Purple Mountain's Majesty #A077B8
Tints of Purple Mountain's Majesty #A077B8
RGB
CMYK
RGB Variations
Color information
#A077B8 (or 0xA077B8) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and B8. RGB value is (160,119,184). Sum of RGB (Red+Green+Blue) = 160+119+184=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #A077B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077B8 is #5F8847. Grayscale: #8A8A8A. Windows color (decimal): -6260808 or 12089248. OLE color: 12089248.
HSL color Cylindrical-coordinate representation of color #A077B8: hue angle of 277.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A077B8 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 119 | 184 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.28 |
| HSL | 277.85º | 0.31% | 0.59% | - |
| HSV(B) | 277.85º | 0.35% | 0.72% | - |
| XYZ | 29.75 | 24.13 | 48.44 | - |
| YUV | 138.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 184 | 0.13 | 0.35 | 0 | 0.28 | 277.85 | 0.31 | 0.59 |
| Hex | A0 | 77 | B8 | D | 23 | 0 | 1C | 116 | 1F | 3B |
| Octal | 240 | 167 | 270 | 15 | 43 | 0 | 34 | 426 | 37 | 73 |
| Binary | 10100000 | 1110111 | 10111000 | 1101 | 100011 | 0 | 11100 | 100010110 | 11111 | 111011 |
Color Harmonies of #A077B8
Complementary color
Monochromatic Colors of #A077B8
Black with #A077B8
Text Example
Text Example
White with #A077B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077B8; }
p { color: rgb(160,119,184); }
H1.HeaderClassName
{
color: #A077B8;
}
.AnyTagClassName
{
color: #A077B8;
}
</style>
background-color css
<style>
a { background-color: #A077B8; }
a { background-color: rgb(160,119,184); }
div.DivClassName
{
background-color: #A077B8;
}
.BgClassName
{
background-color: #A077B8;
}
</style>
border-color css
<style>
span { border-color: #A077B8; }
span { border-color: rgb(160,119,184); }
td.TdClassName
{
border-color: #A077B8;
}
.TagClassName
{
border-color: #A077B8;
}
</style>