Html Css Color HEX #A175BC Purple Mountain's Majesty
📋 copy color: '#A175BC'red 161 ◦ green 117 ◦ blue 188
Shades of Purple Mountain's Majesty #A175BC
Tints of Purple Mountain's Majesty #A175BC
RGB
CMYK
RGB Variations
Color information
#A175BC (or 0xA175BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 75 and BC. RGB value is (161,117,188). Sum of RGB (Red+Green+Blue) = 161+117+188=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #A175BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BC is #5E8A43. Grayscale: #8A8A8A. Windows color (decimal): -6195780 or 12350881. OLE color: 12350881.
HSL color Cylindrical-coordinate representation of color #A175BC: hue angle of 277.18º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A175BC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 117 | 188 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.26 |
| HSL | 277.18º | 0.35% | 0.6% | - |
| HSV(B) | 277.18º | 0.38% | 0.74% | - |
| XYZ | 30.14 | 23.93 | 50.61 | - |
| YUV | 138.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 188 | 0.14 | 0.38 | 0 | 0.26 | 277.18 | 0.35 | 0.6 |
| Hex | A1 | 75 | BC | E | 26 | 0 | 1A | 115 | 23 | 3C |
| Octal | 241 | 165 | 274 | 16 | 46 | 0 | 32 | 425 | 43 | 74 |
| Binary | 10100001 | 1110101 | 10111100 | 1110 | 100110 | 0 | 11010 | 100010101 | 100011 | 111100 |
Color Harmonies of #A175BC
Complementary color
Monochromatic Colors of #A175BC
Black with #A175BC
Text Example
Text Example
White with #A175BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175BC; }
p { color: rgb(161,117,188); }
H1.HeaderClassName
{
color: #A175BC;
}
.AnyTagClassName
{
color: #A175BC;
}
</style>
background-color css
<style>
a { background-color: #A175BC; }
a { background-color: rgb(161,117,188); }
div.DivClassName
{
background-color: #A175BC;
}
.BgClassName
{
background-color: #A175BC;
}
</style>
border-color css
<style>
span { border-color: #A175BC; }
span { border-color: rgb(161,117,188); }
td.TdClassName
{
border-color: #A175BC;
}
.TagClassName
{
border-color: #A175BC;
}
</style>