Html Css Color HEX #A171BD Purple Mountain's Majesty
📋 copy color: '#A171BD'red 161 ◦ green 113 ◦ blue 189
Shades of Purple Mountain's Majesty #A171BD
Tints of Purple Mountain's Majesty #A171BD
RGB
CMYK
RGB Variations
Color information
#A171BD (or 0xA171BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 71 and BD. RGB value is (161,113,189). Sum of RGB (Red+Green+Blue) = 161+113+189=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A171BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171BD is #5E8E42. Grayscale: #878787. Windows color (decimal): -6196803 or 12415393. OLE color: 12415393.
HSL color Cylindrical-coordinate representation of color #A171BD: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A171BD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 113 | 189 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.26 |
| HSL | 277.89º | 0.37% | 0.59% | - |
| HSV(B) | 277.89º | 0.4% | 0.74% | - |
| XYZ | 29.79 | 23.06 | 51.03 | - |
| YUV | 136.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 189 | 0.15 | 0.40 | 0 | 0.26 | 277.89 | 0.37 | 0.59 |
| Hex | A1 | 71 | BD | F | 28 | 0 | 1A | 116 | 25 | 3B |
| Octal | 241 | 161 | 275 | 17 | 50 | 0 | 32 | 426 | 45 | 73 |
| Binary | 10100001 | 1110001 | 10111101 | 1111 | 101000 | 0 | 11010 | 100010110 | 100101 | 111011 |
Color Harmonies of #A171BD
Complementary color
Monochromatic Colors of #A171BD
Black with #A171BD
Text Example
Text Example
White with #A171BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171BD; }
p { color: rgb(161,113,189); }
H1.HeaderClassName
{
color: #A171BD;
}
.AnyTagClassName
{
color: #A171BD;
}
</style>
background-color css
<style>
a { background-color: #A171BD; }
a { background-color: rgb(161,113,189); }
div.DivClassName
{
background-color: #A171BD;
}
.BgClassName
{
background-color: #A171BD;
}
</style>
border-color css
<style>
span { border-color: #A171BD; }
span { border-color: rgb(161,113,189); }
td.TdClassName
{
border-color: #A171BD;
}
.TagClassName
{
border-color: #A171BD;
}
</style>