Html Css Color HEX #A173BB Purple Mountain's Majesty
📋 copy color: '#A173BB'red 161 ◦ green 115 ◦ blue 187
Shades of Purple Mountain's Majesty #A173BB
Tints of Purple Mountain's Majesty #A173BB
RGB
CMYK
RGB Variations
Color information
#A173BB (or 0xA173BB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 73 and BB. RGB value is (161,115,187). Sum of RGB (Red+Green+Blue) = 161+115+187=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A173BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BB is #5E8C44. Grayscale: #888888. Windows color (decimal): -6196293 or 12284833. OLE color: 12284833.
HSL color Cylindrical-coordinate representation of color #A173BB: hue angle of 278.33º degrees, saturation: 0.35, 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 #A173BB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 115 | 187 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.27 |
| HSL | 278.33º | 0.35% | 0.59% | - |
| HSV(B) | 278.33º | 0.39% | 0.73% | - |
| XYZ | 29.8 | 23.43 | 49.96 | - |
| YUV | 136.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 187 | 0.14 | 0.39 | 0 | 0.27 | 278.33 | 0.35 | 0.59 |
| Hex | A1 | 73 | BB | E | 27 | 0 | 1B | 116 | 23 | 3B |
| Octal | 241 | 163 | 273 | 16 | 47 | 0 | 33 | 426 | 43 | 73 |
| Binary | 10100001 | 1110011 | 10111011 | 1110 | 100111 | 0 | 11011 | 100010110 | 100011 | 111011 |
Color Harmonies of #A173BB
Complementary color
Monochromatic Colors of #A173BB
Black with #A173BB
Text Example
Text Example
White with #A173BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173BB; }
p { color: rgb(161,115,187); }
H1.HeaderClassName
{
color: #A173BB;
}
.AnyTagClassName
{
color: #A173BB;
}
</style>
background-color css
<style>
a { background-color: #A173BB; }
a { background-color: rgb(161,115,187); }
div.DivClassName
{
background-color: #A173BB;
}
.BgClassName
{
background-color: #A173BB;
}
</style>
border-color css
<style>
span { border-color: #A173BB; }
span { border-color: rgb(161,115,187); }
td.TdClassName
{
border-color: #A173BB;
}
.TagClassName
{
border-color: #A173BB;
}
</style>