Html Css Color HEX #A472BA Purple Mountain's Majesty
📋 copy color: '#A472BA'red 164 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #A472BA
Tints of Purple Mountain's Majesty #A472BA
RGB
CMYK
RGB Variations
Color information
#A472BA (or 0xA472BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 72 and BA. RGB value is (164,114,186). Sum of RGB (Red+Green+Blue) = 164+114+186=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A472BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472BA is #5B8D45. Grayscale: #888888. Windows color (decimal): -5999942 or 12219044. OLE color: 12219044.
HSL color Cylindrical-coordinate representation of color #A472BA: hue angle of 281.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A472BA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 114 | 186 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.27 |
| HSL | 281.67º | 0.34% | 0.59% | - |
| HSV(B) | 281.67º | 0.39% | 0.73% | - |
| XYZ | 30.19 | 23.47 | 49.39 | - |
| YUV | 137.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 186 | 0.12 | 0.39 | 0 | 0.27 | 281.67 | 0.34 | 0.59 |
| Hex | A4 | 72 | BA | C | 27 | 0 | 1B | 11A | 22 | 3B |
| Octal | 244 | 162 | 272 | 14 | 47 | 0 | 33 | 432 | 42 | 73 |
| Binary | 10100100 | 1110010 | 10111010 | 1100 | 100111 | 0 | 11011 | 100011010 | 100010 | 111011 |
Color Harmonies of #A472BA
Complementary color
Monochromatic Colors of #A472BA
Black with #A472BA
Text Example
Text Example
White with #A472BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472BA; }
p { color: rgb(164,114,186); }
H1.HeaderClassName
{
color: #A472BA;
}
.AnyTagClassName
{
color: #A472BA;
}
</style>
background-color css
<style>
a { background-color: #A472BA; }
a { background-color: rgb(164,114,186); }
div.DivClassName
{
background-color: #A472BA;
}
.BgClassName
{
background-color: #A472BA;
}
</style>
border-color css
<style>
span { border-color: #A472BA; }
span { border-color: rgb(164,114,186); }
td.TdClassName
{
border-color: #A472BA;
}
.TagClassName
{
border-color: #A472BA;
}
</style>