Html Css Color HEX #A471B8 Purple Mountain's Majesty
📋 copy color: '#A471B8'red 164 ◦ green 113 ◦ blue 184
Shades of Purple Mountain's Majesty #A471B8
Tints of Purple Mountain's Majesty #A471B8
RGB
CMYK
RGB Variations
Color information
#A471B8 (or 0xA471B8) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and B8. RGB value is (164,113,184). Sum of RGB (Red+Green+Blue) = 164+113+184=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #A471B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471B8 is #5B8E47. Grayscale: #888888. Windows color (decimal): -6000200 or 12087716. OLE color: 12087716.
HSL color Cylindrical-coordinate representation of color #A471B8: hue angle of 283.1º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A471B8 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 113 | 184 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.28 |
| HSL | 283.1º | 0.33% | 0.58% | - |
| HSV(B) | 283.1º | 0.39% | 0.72% | - |
| XYZ | 29.87 | 23.16 | 48.24 | - |
| YUV | 136.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 184 | 0.11 | 0.39 | 0 | 0.28 | 283.1 | 0.33 | 0.58 |
| Hex | A4 | 71 | B8 | B | 27 | 0 | 1C | 11B | 21 | 3A |
| Octal | 244 | 161 | 270 | 13 | 47 | 0 | 34 | 433 | 41 | 72 |
| Binary | 10100100 | 1110001 | 10111000 | 1011 | 100111 | 0 | 11100 | 100011011 | 100001 | 111010 |
Color Harmonies of #A471B8
Complementary color
Monochromatic Colors of #A471B8
Black with #A471B8
Text Example
Text Example
White with #A471B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471B8; }
p { color: rgb(164,113,184); }
H1.HeaderClassName
{
color: #A471B8;
}
.AnyTagClassName
{
color: #A471B8;
}
</style>
background-color css
<style>
a { background-color: #A471B8; }
a { background-color: rgb(164,113,184); }
div.DivClassName
{
background-color: #A471B8;
}
.BgClassName
{
background-color: #A471B8;
}
</style>
border-color css
<style>
span { border-color: #A471B8; }
span { border-color: rgb(164,113,184); }
td.TdClassName
{
border-color: #A471B8;
}
.TagClassName
{
border-color: #A471B8;
}
</style>