Html Css Color HEX #A473BE Purple Mountain's Majesty
📋 copy color: '#A473BE'red 164 ◦ green 115 ◦ blue 190
Shades of Purple Mountain's Majesty #A473BE
Tints of Purple Mountain's Majesty #A473BE
RGB
CMYK
RGB Variations
Color information
#A473BE (or 0xA473BE) is known color: Purple Mountain's Majesty. HEX triplet: A4, 73 and BE. RGB value is (164,115,190). Sum of RGB (Red+Green+Blue) = 164+115+190=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A473BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473BE is #5B8C41. Grayscale: #898989. Windows color (decimal): -5999682 or 12481444. OLE color: 12481444.
HSL color Cylindrical-coordinate representation of color #A473BE: hue angle of 279.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A473BE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 115 | 190 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.25 |
| HSL | 279.2º | 0.37% | 0.6% | - |
| HSV(B) | 279.2º | 0.39% | 0.75% | - |
| XYZ | 30.73 | 23.87 | 51.7 | - |
| YUV | 138.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 190 | 0.14 | 0.39 | 0 | 0.25 | 279.2 | 0.37 | 0.6 |
| Hex | A4 | 73 | BE | E | 27 | 0 | 19 | 117 | 25 | 3C |
| Octal | 244 | 163 | 276 | 16 | 47 | 0 | 31 | 427 | 45 | 74 |
| Binary | 10100100 | 1110011 | 10111110 | 1110 | 100111 | 0 | 11001 | 100010111 | 100101 | 111100 |
Color Harmonies of #A473BE
Complementary color
Monochromatic Colors of #A473BE
Black with #A473BE
Text Example
Text Example
White with #A473BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473BE; }
p { color: rgb(164,115,190); }
H1.HeaderClassName
{
color: #A473BE;
}
.AnyTagClassName
{
color: #A473BE;
}
</style>
background-color css
<style>
a { background-color: #A473BE; }
a { background-color: rgb(164,115,190); }
div.DivClassName
{
background-color: #A473BE;
}
.BgClassName
{
background-color: #A473BE;
}
</style>
border-color css
<style>
span { border-color: #A473BE; }
span { border-color: rgb(164,115,190); }
td.TdClassName
{
border-color: #A473BE;
}
.TagClassName
{
border-color: #A473BE;
}
</style>