Html Css Color HEX #A473BA Purple Mountain's Majesty
📋 copy color: '#A473BA'red 164 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #A473BA
Tints of Purple Mountain's Majesty #A473BA
RGB
CMYK
RGB Variations
Color information
#A473BA (or 0xA473BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 73 and BA. RGB value is (164,115,186). Sum of RGB (Red+Green+Blue) = 164+115+186=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A473BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473BA is #5B8C45. Grayscale: #898989. Windows color (decimal): -5999686 or 12219300. OLE color: 12219300.
HSL color Cylindrical-coordinate representation of color #A473BA: hue angle of 281.41º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A473BA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 115 | 186 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.27 |
| HSL | 281.41º | 0.34% | 0.59% | - |
| HSV(B) | 281.41º | 0.38% | 0.73% | - |
| XYZ | 30.3 | 23.7 | 49.43 | - |
| YUV | 137.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 186 | 0.12 | 0.38 | 0 | 0.27 | 281.41 | 0.34 | 0.59 |
| Hex | A4 | 73 | BA | C | 26 | 0 | 1B | 119 | 22 | 3B |
| Octal | 244 | 163 | 272 | 14 | 46 | 0 | 33 | 431 | 42 | 73 |
| Binary | 10100100 | 1110011 | 10111010 | 1100 | 100110 | 0 | 11011 | 100011001 | 100010 | 111011 |
Color Harmonies of #A473BA
Complementary color
Monochromatic Colors of #A473BA
Black with #A473BA
Text Example
Text Example
White with #A473BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473BA; }
p { color: rgb(164,115,186); }
H1.HeaderClassName
{
color: #A473BA;
}
.AnyTagClassName
{
color: #A473BA;
}
</style>
background-color css
<style>
a { background-color: #A473BA; }
a { background-color: rgb(164,115,186); }
div.DivClassName
{
background-color: #A473BA;
}
.BgClassName
{
background-color: #A473BA;
}
</style>
border-color css
<style>
span { border-color: #A473BA; }
span { border-color: rgb(164,115,186); }
td.TdClassName
{
border-color: #A473BA;
}
.TagClassName
{
border-color: #A473BA;
}
</style>