Html Css Color HEX #A16CB9 Purple Mountain's Majesty
📋 copy color: '#A16CB9'red 161 ◦ green 108 ◦ blue 185
Shades of Purple Mountain's Majesty #A16CB9
Tints of Purple Mountain's Majesty #A16CB9
RGB
CMYK
RGB Variations
Color information
#A16CB9 (or 0xA16CB9) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6C and B9. RGB value is (161,108,185). Sum of RGB (Red+Green+Blue) = 161+108+185=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #A16CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CB9 is #5E9346. Grayscale: #848484. Windows color (decimal): -6198087 or 12151969. OLE color: 12151969.
HSL color Cylindrical-coordinate representation of color #A16CB9: hue angle of 281.3º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16CB9 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 108 | 185 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.27 |
| HSL | 281.3º | 0.35% | 0.57% | - |
| HSV(B) | 281.3º | 0.42% | 0.73% | - |
| XYZ | 28.82 | 21.8 | 48.59 | - |
| YUV | 132.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 185 | 0.13 | 0.42 | 0 | 0.27 | 281.3 | 0.35 | 0.57 |
| Hex | A1 | 6C | B9 | D | 2A | 0 | 1B | 119 | 23 | 39 |
| Octal | 241 | 154 | 271 | 15 | 52 | 0 | 33 | 431 | 43 | 71 |
| Binary | 10100001 | 1101100 | 10111001 | 1101 | 101010 | 0 | 11011 | 100011001 | 100011 | 111001 |
Color Harmonies of #A16CB9
Complementary color
Monochromatic Colors of #A16CB9
Black with #A16CB9
Text Example
Text Example
White with #A16CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CB9; }
p { color: rgb(161,108,185); }
H1.HeaderClassName
{
color: #A16CB9;
}
.AnyTagClassName
{
color: #A16CB9;
}
</style>
background-color css
<style>
a { background-color: #A16CB9; }
a { background-color: rgb(161,108,185); }
div.DivClassName
{
background-color: #A16CB9;
}
.BgClassName
{
background-color: #A16CB9;
}
</style>
border-color css
<style>
span { border-color: #A16CB9; }
span { border-color: rgb(161,108,185); }
td.TdClassName
{
border-color: #A16CB9;
}
.TagClassName
{
border-color: #A16CB9;
}
</style>