Html Css Color HEX #A770BA Purple Mountain's Majesty
📋 copy color: '#A770BA'red 167 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #A770BA
Tints of Purple Mountain's Majesty #A770BA
RGB
CMYK
RGB Variations
Color information
#A770BA (or 0xA770BA) is known color: Purple Mountain's Majesty. HEX triplet: A7, 70 and BA. RGB value is (167,112,186). Sum of RGB (Red+Green+Blue) = 167+112+186=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A770BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BA is #588F45. Grayscale: #888888. Windows color (decimal): -5803846 or 12218535. OLE color: 12218535.
HSL color Cylindrical-coordinate representation of color #A770BA: hue angle of 284.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A770BA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 112 | 186 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.27 |
| HSL | 284.59º | 0.35% | 0.58% | - |
| HSV(B) | 284.59º | 0.4% | 0.73% | - |
| XYZ | 30.59 | 23.35 | 49.35 | - |
| YUV | 136.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 186 | 0.10 | 0.40 | 0 | 0.27 | 284.59 | 0.35 | 0.58 |
| Hex | A7 | 70 | BA | A | 28 | 0 | 1B | 11D | 23 | 3A |
| Octal | 247 | 160 | 272 | 12 | 50 | 0 | 33 | 435 | 43 | 72 |
| Binary | 10100111 | 1110000 | 10111010 | 1010 | 101000 | 0 | 11011 | 100011101 | 100011 | 111010 |
Color Harmonies of #A770BA
Complementary color
Monochromatic Colors of #A770BA
Black with #A770BA
Text Example
Text Example
White with #A770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770BA; }
p { color: rgb(167,112,186); }
H1.HeaderClassName
{
color: #A770BA;
}
.AnyTagClassName
{
color: #A770BA;
}
</style>
background-color css
<style>
a { background-color: #A770BA; }
a { background-color: rgb(167,112,186); }
div.DivClassName
{
background-color: #A770BA;
}
.BgClassName
{
background-color: #A770BA;
}
</style>
border-color css
<style>
span { border-color: #A770BA; }
span { border-color: rgb(167,112,186); }
td.TdClassName
{
border-color: #A770BA;
}
.TagClassName
{
border-color: #A770BA;
}
</style>