Html Css Color HEX #A077BC Purple Mountain's Majesty
📋 copy color: '#A077BC'red 160 ◦ green 119 ◦ blue 188
Shades of Purple Mountain's Majesty #A077BC
Tints of Purple Mountain's Majesty #A077BC
RGB
CMYK
RGB Variations
Color information
#A077BC (or 0xA077BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and BC. RGB value is (160,119,188). Sum of RGB (Red+Green+Blue) = 160+119+188=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A077BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BC is #5F8843. Grayscale: #8A8A8A. Windows color (decimal): -6260804 or 12351392. OLE color: 12351392.
HSL color Cylindrical-coordinate representation of color #A077BC: hue angle of 275.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A077BC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 119 | 188 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.26 |
| HSL | 275.65º | 0.34% | 0.6% | - |
| HSV(B) | 275.65º | 0.37% | 0.74% | - |
| XYZ | 30.17 | 24.3 | 50.68 | - |
| YUV | 139.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 188 | 0.15 | 0.37 | 0 | 0.26 | 275.65 | 0.34 | 0.6 |
| Hex | A0 | 77 | BC | F | 25 | 0 | 1A | 114 | 22 | 3C |
| Octal | 240 | 167 | 274 | 17 | 45 | 0 | 32 | 424 | 42 | 74 |
| Binary | 10100000 | 1110111 | 10111100 | 1111 | 100101 | 0 | 11010 | 100010100 | 100010 | 111100 |
Color Harmonies of #A077BC
Complementary color
Monochromatic Colors of #A077BC
Black with #A077BC
Text Example
Text Example
White with #A077BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077BC; }
p { color: rgb(160,119,188); }
H1.HeaderClassName
{
color: #A077BC;
}
.AnyTagClassName
{
color: #A077BC;
}
</style>
background-color css
<style>
a { background-color: #A077BC; }
a { background-color: rgb(160,119,188); }
div.DivClassName
{
background-color: #A077BC;
}
.BgClassName
{
background-color: #A077BC;
}
</style>
border-color css
<style>
span { border-color: #A077BC; }
span { border-color: rgb(160,119,188); }
td.TdClassName
{
border-color: #A077BC;
}
.TagClassName
{
border-color: #A077BC;
}
</style>