Html Css Color HEX #A16DB9 Purple Mountain's Majesty
📋 copy color: '#A16DB9'red 161 ◦ green 109 ◦ blue 185
Shades of Purple Mountain's Majesty #A16DB9
Tints of Purple Mountain's Majesty #A16DB9
RGB
CMYK
RGB Variations
Color information
#A16DB9 (or 0xA16DB9) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6D and B9. RGB value is (161,109,185). Sum of RGB (Red+Green+Blue) = 161+109+185=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #A16DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DB9 is #5E9246. Grayscale: #848484. Windows color (decimal): -6197831 or 12152225. OLE color: 12152225.
HSL color Cylindrical-coordinate representation of color #A16DB9: hue angle of 281.05º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A16DB9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 109 | 185 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.27 |
| HSL | 281.05º | 0.35% | 0.58% | - |
| HSV(B) | 281.05º | 0.41% | 0.73% | - |
| XYZ | 28.92 | 22.02 | 48.62 | - |
| YUV | 133.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 185 | 0.13 | 0.41 | 0 | 0.27 | 281.05 | 0.35 | 0.58 |
| Hex | A1 | 6D | B9 | D | 29 | 0 | 1B | 119 | 23 | 3A |
| Octal | 241 | 155 | 271 | 15 | 51 | 0 | 33 | 431 | 43 | 72 |
| Binary | 10100001 | 1101101 | 10111001 | 1101 | 101001 | 0 | 11011 | 100011001 | 100011 | 111010 |
Color Harmonies of #A16DB9
Complementary color
Monochromatic Colors of #A16DB9
Black with #A16DB9
Text Example
Text Example
White with #A16DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DB9; }
p { color: rgb(161,109,185); }
H1.HeaderClassName
{
color: #A16DB9;
}
.AnyTagClassName
{
color: #A16DB9;
}
</style>
background-color css
<style>
a { background-color: #A16DB9; }
a { background-color: rgb(161,109,185); }
div.DivClassName
{
background-color: #A16DB9;
}
.BgClassName
{
background-color: #A16DB9;
}
</style>
border-color css
<style>
span { border-color: #A16DB9; }
span { border-color: rgb(161,109,185); }
td.TdClassName
{
border-color: #A16DB9;
}
.TagClassName
{
border-color: #A16DB9;
}
</style>