Html Css Color HEX #A16EBC Purple Mountain's Majesty
📋 copy color: '#A16EBC'red 161 ◦ green 110 ◦ blue 188
Shades of Purple Mountain's Majesty #A16EBC
Tints of Purple Mountain's Majesty #A16EBC
RGB
CMYK
RGB Variations
Color information
#A16EBC (or 0xA16EBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6E and BC. RGB value is (161,110,188). Sum of RGB (Red+Green+Blue) = 161+110+188=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A16EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBC is #5E9143. Grayscale: #858585. Windows color (decimal): -6197572 or 12349089. OLE color: 12349089.
HSL color Cylindrical-coordinate representation of color #A16EBC: hue angle of 279.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A16EBC is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 110 | 188 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.26 |
| HSL | 279.23º | 0.37% | 0.58% | - |
| HSV(B) | 279.23º | 0.41% | 0.74% | - |
| XYZ | 29.35 | 22.36 | 50.35 | - |
| YUV | 134.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 188 | 0.14 | 0.41 | 0 | 0.26 | 279.23 | 0.37 | 0.58 |
| Hex | A1 | 6E | BC | E | 29 | 0 | 1A | 117 | 25 | 3A |
| Octal | 241 | 156 | 274 | 16 | 51 | 0 | 32 | 427 | 45 | 72 |
| Binary | 10100001 | 1101110 | 10111100 | 1110 | 101001 | 0 | 11010 | 100010111 | 100101 | 111010 |
Color Harmonies of #A16EBC
Complementary color
Monochromatic Colors of #A16EBC
Black with #A16EBC
Text Example
Text Example
White with #A16EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EBC; }
p { color: rgb(161,110,188); }
H1.HeaderClassName
{
color: #A16EBC;
}
.AnyTagClassName
{
color: #A16EBC;
}
</style>
background-color css
<style>
a { background-color: #A16EBC; }
a { background-color: rgb(161,110,188); }
div.DivClassName
{
background-color: #A16EBC;
}
.BgClassName
{
background-color: #A16EBC;
}
</style>
border-color css
<style>
span { border-color: #A16EBC; }
span { border-color: rgb(161,110,188); }
td.TdClassName
{
border-color: #A16EBC;
}
.TagClassName
{
border-color: #A16EBC;
}
</style>