Html Css Color HEX #A771BD Purple Mountain's Majesty
📋 copy color: '#A771BD'red 167 ◦ green 113 ◦ blue 189
Shades of Purple Mountain's Majesty #A771BD
Tints of Purple Mountain's Majesty #A771BD
RGB
CMYK
RGB Variations
Color information
#A771BD (or 0xA771BD) is known color: Purple Mountain's Majesty. HEX triplet: A7, 71 and BD. RGB value is (167,113,189). Sum of RGB (Red+Green+Blue) = 167+113+189=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A771BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771BD is #588E42. Grayscale: #898989. Windows color (decimal): -5803587 or 12415399. OLE color: 12415399.
HSL color Cylindrical-coordinate representation of color #A771BD: hue angle of 282.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A771BD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 113 | 189 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.26 |
| HSL | 282.63º | 0.37% | 0.59% | - |
| HSV(B) | 282.63º | 0.4% | 0.74% | - |
| XYZ | 31.03 | 23.7 | 51.08 | - |
| YUV | 137.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 189 | 0.12 | 0.40 | 0 | 0.26 | 282.63 | 0.37 | 0.59 |
| Hex | A7 | 71 | BD | C | 28 | 0 | 1A | 11B | 25 | 3B |
| Octal | 247 | 161 | 275 | 14 | 50 | 0 | 32 | 433 | 45 | 73 |
| Binary | 10100111 | 1110001 | 10111101 | 1100 | 101000 | 0 | 11010 | 100011011 | 100101 | 111011 |
Color Harmonies of #A771BD
Complementary color
Monochromatic Colors of #A771BD
Black with #A771BD
Text Example
Text Example
White with #A771BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771BD; }
p { color: rgb(167,113,189); }
H1.HeaderClassName
{
color: #A771BD;
}
.AnyTagClassName
{
color: #A771BD;
}
</style>
background-color css
<style>
a { background-color: #A771BD; }
a { background-color: rgb(167,113,189); }
div.DivClassName
{
background-color: #A771BD;
}
.BgClassName
{
background-color: #A771BD;
}
</style>
border-color css
<style>
span { border-color: #A771BD; }
span { border-color: rgb(167,113,189); }
td.TdClassName
{
border-color: #A771BD;
}
.TagClassName
{
border-color: #A771BD;
}
</style>