Html Css Color HEX #A078B7 Purple Mountain's Majesty
📋 copy color: '#A078B7'red 160 ◦ green 120 ◦ blue 183
Shades of Purple Mountain's Majesty #A078B7
Tints of Purple Mountain's Majesty #A078B7
RGB
CMYK
RGB Variations
Color information
#A078B7 (or 0xA078B7) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and B7. RGB value is (160,120,183). Sum of RGB (Red+Green+Blue) = 160+120+183=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #A078B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078B7 is #5F8748. Grayscale: #8A8A8A. Windows color (decimal): -6260553 or 12023968. OLE color: 12023968.
HSL color Cylindrical-coordinate representation of color #A078B7: hue angle of 278.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A078B7 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 120 | 183 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.28 |
| HSL | 278.1º | 0.3% | 0.59% | - |
| HSV(B) | 278.1º | 0.34% | 0.72% | - |
| XYZ | 29.76 | 24.33 | 47.93 | - |
| YUV | 139.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 183 | 0.13 | 0.34 | 0 | 0.28 | 278.1 | 0.3 | 0.59 |
| Hex | A0 | 78 | B7 | D | 22 | 0 | 1C | 116 | 1E | 3B |
| Octal | 240 | 170 | 267 | 15 | 42 | 0 | 34 | 426 | 36 | 73 |
| Binary | 10100000 | 1111000 | 10110111 | 1101 | 100010 | 0 | 11100 | 100010110 | 11110 | 111011 |
Color Harmonies of #A078B7
Complementary color
Monochromatic Colors of #A078B7
Black with #A078B7
Text Example
Text Example
White with #A078B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078B7; }
p { color: rgb(160,120,183); }
H1.HeaderClassName
{
color: #A078B7;
}
.AnyTagClassName
{
color: #A078B7;
}
</style>
background-color css
<style>
a { background-color: #A078B7; }
a { background-color: rgb(160,120,183); }
div.DivClassName
{
background-color: #A078B7;
}
.BgClassName
{
background-color: #A078B7;
}
</style>
border-color css
<style>
span { border-color: #A078B7; }
span { border-color: rgb(160,120,183); }
td.TdClassName
{
border-color: #A078B7;
}
.TagClassName
{
border-color: #A078B7;
}
</style>