Html Css Color HEX #A16FB7 Purple Mountain's Majesty
📋 copy color: '#A16FB7'red 161 ◦ green 111 ◦ blue 183
Shades of Purple Mountain's Majesty #A16FB7
Tints of Purple Mountain's Majesty #A16FB7
RGB
CMYK
RGB Variations
Color information
#A16FB7 (or 0xA16FB7) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6F and B7. RGB value is (161,111,183). Sum of RGB (Red+Green+Blue) = 161+111+183=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #A16FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FB7 is #5E9048. Grayscale: #858585. Windows color (decimal): -6197321 or 12021665. OLE color: 12021665.
HSL color Cylindrical-coordinate representation of color #A16FB7: hue angle of 281.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16FB7 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 111 | 183 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.28 |
| HSL | 281.67º | 0.33% | 0.58% | - |
| HSV(B) | 281.67º | 0.39% | 0.72% | - |
| XYZ | 28.93 | 22.36 | 47.59 | - |
| YUV | 134.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 183 | 0.12 | 0.39 | 0 | 0.28 | 281.67 | 0.33 | 0.58 |
| Hex | A1 | 6F | B7 | C | 27 | 0 | 1C | 11A | 21 | 3A |
| Octal | 241 | 157 | 267 | 14 | 47 | 0 | 34 | 432 | 41 | 72 |
| Binary | 10100001 | 1101111 | 10110111 | 1100 | 100111 | 0 | 11100 | 100011010 | 100001 | 111010 |
Color Harmonies of #A16FB7
Complementary color
Monochromatic Colors of #A16FB7
Black with #A16FB7
Text Example
Text Example
White with #A16FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FB7; }
p { color: rgb(161,111,183); }
H1.HeaderClassName
{
color: #A16FB7;
}
.AnyTagClassName
{
color: #A16FB7;
}
</style>
background-color css
<style>
a { background-color: #A16FB7; }
a { background-color: rgb(161,111,183); }
div.DivClassName
{
background-color: #A16FB7;
}
.BgClassName
{
background-color: #A16FB7;
}
</style>
border-color css
<style>
span { border-color: #A16FB7; }
span { border-color: rgb(161,111,183); }
td.TdClassName
{
border-color: #A16FB7;
}
.TagClassName
{
border-color: #A16FB7;
}
</style>