Html Css Color HEX #A077B3 Purple Mountain's Majesty
📋 copy color: '#A077B3'red 160 ◦ green 119 ◦ blue 179
Shades of Purple Mountain's Majesty #A077B3
Tints of Purple Mountain's Majesty #A077B3
RGB
CMYK
RGB Variations
Color information
#A077B3 (or 0xA077B3) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and B3. RGB value is (160,119,179). Sum of RGB (Red+Green+Blue) = 160+119+179=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #A077B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077B3 is #5F884C. Grayscale: #898989. Windows color (decimal): -6260813 or 11761568. OLE color: 11761568.
HSL color Cylindrical-coordinate representation of color #A077B3: hue angle of 281º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A077B3 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 119 | 179 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.30 |
| HSL | 281º | 0.28% | 0.58% | - |
| HSV(B) | 281º | 0.34% | 0.7% | - |
| XYZ | 29.23 | 23.92 | 45.72 | - |
| YUV | 138.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 179 | 0.11 | 0.34 | 0 | 0.30 | 281 | 0.28 | 0.58 |
| Hex | A0 | 77 | B3 | B | 22 | 0 | 1E | 119 | 1C | 3A |
| Octal | 240 | 167 | 263 | 13 | 42 | 0 | 36 | 431 | 34 | 72 |
| Binary | 10100000 | 1110111 | 10110011 | 1011 | 100010 | 0 | 11110 | 100011001 | 11100 | 111010 |
Color Harmonies of #A077B3
Complementary color
Monochromatic Colors of #A077B3
Black with #A077B3
Text Example
Text Example
White with #A077B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077B3; }
p { color: rgb(160,119,179); }
H1.HeaderClassName
{
color: #A077B3;
}
.AnyTagClassName
{
color: #A077B3;
}
</style>
background-color css
<style>
a { background-color: #A077B3; }
a { background-color: rgb(160,119,179); }
div.DivClassName
{
background-color: #A077B3;
}
.BgClassName
{
background-color: #A077B3;
}
</style>
border-color css
<style>
span { border-color: #A077B3; }
span { border-color: rgb(160,119,179); }
td.TdClassName
{
border-color: #A077B3;
}
.TagClassName
{
border-color: #A077B3;
}
</style>