Html Css Color HEX #A16CBC Purple Mountain's Majesty
📋 copy color: '#A16CBC'red 161 ◦ green 108 ◦ blue 188
Shades of Purple Mountain's Majesty #A16CBC
Tints of Purple Mountain's Majesty #A16CBC
RGB
CMYK
RGB Variations
Color information
#A16CBC (or 0xA16CBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6C and BC. RGB value is (161,108,188). Sum of RGB (Red+Green+Blue) = 161+108+188=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A16CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CBC is #5E9343. Grayscale: #848484. Windows color (decimal): -6198084 or 12348577. OLE color: 12348577.
HSL color Cylindrical-coordinate representation of color #A16CBC: hue angle of 279.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16CBC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 108 | 188 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.26 |
| HSL | 279.75º | 0.37% | 0.58% | - |
| HSV(B) | 279.75º | 0.43% | 0.74% | - |
| XYZ | 29.14 | 21.93 | 50.27 | - |
| YUV | 132.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 188 | 0.14 | 0.43 | 0 | 0.26 | 279.75 | 0.37 | 0.58 |
| Hex | A1 | 6C | BC | E | 2B | 0 | 1A | 118 | 25 | 3A |
| Octal | 241 | 154 | 274 | 16 | 53 | 0 | 32 | 430 | 45 | 72 |
| Binary | 10100001 | 1101100 | 10111100 | 1110 | 101011 | 0 | 11010 | 100011000 | 100101 | 111010 |
Color Harmonies of #A16CBC
Complementary color
Monochromatic Colors of #A16CBC
Black with #A16CBC
Text Example
Text Example
White with #A16CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CBC; }
p { color: rgb(161,108,188); }
H1.HeaderClassName
{
color: #A16CBC;
}
.AnyTagClassName
{
color: #A16CBC;
}
</style>
background-color css
<style>
a { background-color: #A16CBC; }
a { background-color: rgb(161,108,188); }
div.DivClassName
{
background-color: #A16CBC;
}
.BgClassName
{
background-color: #A16CBC;
}
</style>
border-color css
<style>
span { border-color: #A16CBC; }
span { border-color: rgb(161,108,188); }
td.TdClassName
{
border-color: #A16CBC;
}
.TagClassName
{
border-color: #A16CBC;
}
</style>