Html Css Color HEX #A077BD Purple Mountain's Majesty
📋 copy color: '#A077BD'red 160 ◦ green 119 ◦ blue 189
Shades of Purple Mountain's Majesty #A077BD
Tints of Purple Mountain's Majesty #A077BD
RGB
CMYK
RGB Variations
Color information
#A077BD (or 0xA077BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and BD. RGB value is (160,119,189). Sum of RGB (Red+Green+Blue) = 160+119+189=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A077BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BD is #5F8842. Grayscale: #8B8B8B. Windows color (decimal): -6260803 or 12416928. OLE color: 12416928.
HSL color Cylindrical-coordinate representation of color #A077BD: hue angle of 275.14º degrees, saturation: 0.35, 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 #A077BD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 119 | 189 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.26 |
| HSL | 275.14º | 0.35% | 0.6% | - |
| HSV(B) | 275.14º | 0.37% | 0.74% | - |
| XYZ | 30.28 | 24.34 | 51.25 | - |
| YUV | 139.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 189 | 0.15 | 0.37 | 0 | 0.26 | 275.14 | 0.35 | 0.6 |
| Hex | A0 | 77 | BD | F | 25 | 0 | 1A | 113 | 23 | 3C |
| Octal | 240 | 167 | 275 | 17 | 45 | 0 | 32 | 423 | 43 | 74 |
| Binary | 10100000 | 1110111 | 10111101 | 1111 | 100101 | 0 | 11010 | 100010011 | 100011 | 111100 |
Color Harmonies of #A077BD
Complementary color
Monochromatic Colors of #A077BD
Black with #A077BD
Text Example
Text Example
White with #A077BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077BD; }
p { color: rgb(160,119,189); }
H1.HeaderClassName
{
color: #A077BD;
}
.AnyTagClassName
{
color: #A077BD;
}
</style>
background-color css
<style>
a { background-color: #A077BD; }
a { background-color: rgb(160,119,189); }
div.DivClassName
{
background-color: #A077BD;
}
.BgClassName
{
background-color: #A077BD;
}
</style>
border-color css
<style>
span { border-color: #A077BD; }
span { border-color: rgb(160,119,189); }
td.TdClassName
{
border-color: #A077BD;
}
.TagClassName
{
border-color: #A077BD;
}
</style>