Html Css Color HEX #A173BE Purple Mountain's Majesty
📋 copy color: '#A173BE'red 161 ◦ green 115 ◦ blue 190
Shades of Purple Mountain's Majesty #A173BE
Tints of Purple Mountain's Majesty #A173BE
RGB
CMYK
RGB Variations
Color information
#A173BE (or 0xA173BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 73 and BE. RGB value is (161,115,190). Sum of RGB (Red+Green+Blue) = 161+115+190=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A173BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BE is #5E8C41. Grayscale: #898989. Windows color (decimal): -6196290 or 12481441. OLE color: 12481441.
HSL color Cylindrical-coordinate representation of color #A173BE: hue angle of 276.8º 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 #A173BE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 115 | 190 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.25 |
| HSL | 276.8º | 0.37% | 0.6% | - |
| HSV(B) | 276.8º | 0.39% | 0.75% | - |
| XYZ | 30.12 | 23.56 | 51.67 | - |
| YUV | 137.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 190 | 0.15 | 0.39 | 0 | 0.25 | 276.8 | 0.37 | 0.6 |
| Hex | A1 | 73 | BE | F | 27 | 0 | 19 | 115 | 25 | 3C |
| Octal | 241 | 163 | 276 | 17 | 47 | 0 | 31 | 425 | 45 | 74 |
| Binary | 10100001 | 1110011 | 10111110 | 1111 | 100111 | 0 | 11001 | 100010101 | 100101 | 111100 |
Color Harmonies of #A173BE
Complementary color
Monochromatic Colors of #A173BE
Black with #A173BE
Text Example
Text Example
White with #A173BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173BE; }
p { color: rgb(161,115,190); }
H1.HeaderClassName
{
color: #A173BE;
}
.AnyTagClassName
{
color: #A173BE;
}
</style>
background-color css
<style>
a { background-color: #A173BE; }
a { background-color: rgb(161,115,190); }
div.DivClassName
{
background-color: #A173BE;
}
.BgClassName
{
background-color: #A173BE;
}
</style>
border-color css
<style>
span { border-color: #A173BE; }
span { border-color: rgb(161,115,190); }
td.TdClassName
{
border-color: #A173BE;
}
.TagClassName
{
border-color: #A173BE;
}
</style>