Html Css Color HEX #A771BB Purple Mountain's Majesty
📋 copy color: '#A771BB'red 167 ◦ green 113 ◦ blue 187
Shades of Purple Mountain's Majesty #A771BB
Tints of Purple Mountain's Majesty #A771BB
RGB
CMYK
RGB Variations
Color information
#A771BB (or 0xA771BB) is known color: Purple Mountain's Majesty. HEX triplet: A7, 71 and BB. RGB value is (167,113,187). Sum of RGB (Red+Green+Blue) = 167+113+187=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A771BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771BB is #588E44. Grayscale: #898989. Windows color (decimal): -5803589 or 12284327. OLE color: 12284327.
HSL color Cylindrical-coordinate representation of color #A771BB: hue angle of 283.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A771BB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 113 | 187 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.27 |
| HSL | 283.78º | 0.35% | 0.59% | - |
| HSV(B) | 283.78º | 0.4% | 0.73% | - |
| XYZ | 30.81 | 23.61 | 49.95 | - |
| YUV | 137.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 187 | 0.11 | 0.40 | 0 | 0.27 | 283.78 | 0.35 | 0.59 |
| Hex | A7 | 71 | BB | B | 28 | 0 | 1B | 11C | 23 | 3B |
| Octal | 247 | 161 | 273 | 13 | 50 | 0 | 33 | 434 | 43 | 73 |
| Binary | 10100111 | 1110001 | 10111011 | 1011 | 101000 | 0 | 11011 | 100011100 | 100011 | 111011 |
Color Harmonies of #A771BB
Complementary color
Monochromatic Colors of #A771BB
Black with #A771BB
Text Example
Text Example
White with #A771BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771BB; }
p { color: rgb(167,113,187); }
H1.HeaderClassName
{
color: #A771BB;
}
.AnyTagClassName
{
color: #A771BB;
}
</style>
background-color css
<style>
a { background-color: #A771BB; }
a { background-color: rgb(167,113,187); }
div.DivClassName
{
background-color: #A771BB;
}
.BgClassName
{
background-color: #A771BB;
}
</style>
border-color css
<style>
span { border-color: #A771BB; }
span { border-color: rgb(167,113,187); }
td.TdClassName
{
border-color: #A771BB;
}
.TagClassName
{
border-color: #A771BB;
}
</style>