Html Css Color HEX #A474B7 Purple Mountain's Majesty
📋 copy color: '#A474B7'red 164 ◦ green 116 ◦ blue 183
Shades of Purple Mountain's Majesty #A474B7
Tints of Purple Mountain's Majesty #A474B7
RGB
CMYK
RGB Variations
Color information
#A474B7 (or 0xA474B7) is known color: Purple Mountain's Majesty. HEX triplet: A4, 74 and B7. RGB value is (164,116,183). Sum of RGB (Red+Green+Blue) = 164+116+183=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 116 (45.70% from 255 or 25.05% 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 #A474B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474B7 is #5B8B48. Grayscale: #898989. Windows color (decimal): -5999433 or 12022948. OLE color: 12022948.
HSL color Cylindrical-coordinate representation of color #A474B7: hue angle of 282.99º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A474B7 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 116 | 183 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.28 |
| HSL | 282.99º | 0.32% | 0.59% | - |
| HSV(B) | 282.99º | 0.37% | 0.72% | - |
| XYZ | 30.1 | 23.8 | 47.81 | - |
| YUV | 137.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 183 | 0.10 | 0.37 | 0 | 0.28 | 282.99 | 0.32 | 0.59 |
| Hex | A4 | 74 | B7 | A | 25 | 0 | 1C | 11B | 20 | 3B |
| Octal | 244 | 164 | 267 | 12 | 45 | 0 | 34 | 433 | 40 | 73 |
| Binary | 10100100 | 1110100 | 10110111 | 1010 | 100101 | 0 | 11100 | 100011011 | 100000 | 111011 |
Color Harmonies of #A474B7
Complementary color
Monochromatic Colors of #A474B7
Black with #A474B7
Text Example
Text Example
White with #A474B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474B7; }
p { color: rgb(164,116,183); }
H1.HeaderClassName
{
color: #A474B7;
}
.AnyTagClassName
{
color: #A474B7;
}
</style>
background-color css
<style>
a { background-color: #A474B7; }
a { background-color: rgb(164,116,183); }
div.DivClassName
{
background-color: #A474B7;
}
.BgClassName
{
background-color: #A474B7;
}
</style>
border-color css
<style>
span { border-color: #A474B7; }
span { border-color: rgb(164,116,183); }
td.TdClassName
{
border-color: #A474B7;
}
.TagClassName
{
border-color: #A474B7;
}
</style>