Html Css Color HEX #A175BB Purple Mountain's Majesty
📋 copy color: '#A175BB'red 161 ◦ green 117 ◦ blue 187
Shades of Purple Mountain's Majesty #A175BB
Tints of Purple Mountain's Majesty #A175BB
RGB
CMYK
RGB Variations
Color information
#A175BB (or 0xA175BB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 75 and BB. RGB value is (161,117,187). Sum of RGB (Red+Green+Blue) = 161+117+187=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A175BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BB is #5E8A44. Grayscale: #898989. Windows color (decimal): -6195781 or 12285345. OLE color: 12285345.
HSL color Cylindrical-coordinate representation of color #A175BB: hue angle of 277.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A175BB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 117 | 187 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.27 |
| HSL | 277.71º | 0.34% | 0.6% | - |
| HSV(B) | 277.71º | 0.37% | 0.73% | - |
| XYZ | 30.03 | 23.89 | 50.04 | - |
| YUV | 138.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 187 | 0.14 | 0.37 | 0 | 0.27 | 277.71 | 0.34 | 0.6 |
| Hex | A1 | 75 | BB | E | 25 | 0 | 1B | 116 | 22 | 3C |
| Octal | 241 | 165 | 273 | 16 | 45 | 0 | 33 | 426 | 42 | 74 |
| Binary | 10100001 | 1110101 | 10111011 | 1110 | 100101 | 0 | 11011 | 100010110 | 100010 | 111100 |
Color Harmonies of #A175BB
Complementary color
Monochromatic Colors of #A175BB
Black with #A175BB
Text Example
Text Example
White with #A175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175BB; }
p { color: rgb(161,117,187); }
H1.HeaderClassName
{
color: #A175BB;
}
.AnyTagClassName
{
color: #A175BB;
}
</style>
background-color css
<style>
a { background-color: #A175BB; }
a { background-color: rgb(161,117,187); }
div.DivClassName
{
background-color: #A175BB;
}
.BgClassName
{
background-color: #A175BB;
}
</style>
border-color css
<style>
span { border-color: #A175BB; }
span { border-color: rgb(161,117,187); }
td.TdClassName
{
border-color: #A175BB;
}
.TagClassName
{
border-color: #A175BB;
}
</style>