Html Css Color HEX #A16CBB Purple Mountain's Majesty
📋 copy color: '#A16CBB'red 161 ◦ green 108 ◦ blue 187
Shades of Purple Mountain's Majesty #A16CBB
Tints of Purple Mountain's Majesty #A16CBB
RGB
CMYK
RGB Variations
Color information
#A16CBB (or 0xA16CBB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6C and BB. RGB value is (161,108,187). Sum of RGB (Red+Green+Blue) = 161+108+187=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CBB is #5E9344. Grayscale: #848484. Windows color (decimal): -6198085 or 12283041. OLE color: 12283041.
HSL color Cylindrical-coordinate representation of color #A16CBB: hue angle of 280.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16CBB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 108 | 187 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.27 |
| HSL | 280.25º | 0.37% | 0.58% | - |
| HSV(B) | 280.25º | 0.42% | 0.73% | - |
| XYZ | 29.03 | 21.89 | 49.71 | - |
| YUV | 132.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 187 | 0.14 | 0.42 | 0 | 0.27 | 280.25 | 0.37 | 0.58 |
| Hex | A1 | 6C | BB | E | 2A | 0 | 1B | 118 | 25 | 3A |
| Octal | 241 | 154 | 273 | 16 | 52 | 0 | 33 | 430 | 45 | 72 |
| Binary | 10100001 | 1101100 | 10111011 | 1110 | 101010 | 0 | 11011 | 100011000 | 100101 | 111010 |
Color Harmonies of #A16CBB
Complementary color
Monochromatic Colors of #A16CBB
Black with #A16CBB
Text Example
Text Example
White with #A16CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CBB; }
p { color: rgb(161,108,187); }
H1.HeaderClassName
{
color: #A16CBB;
}
.AnyTagClassName
{
color: #A16CBB;
}
</style>
background-color css
<style>
a { background-color: #A16CBB; }
a { background-color: rgb(161,108,187); }
div.DivClassName
{
background-color: #A16CBB;
}
.BgClassName
{
background-color: #A16CBB;
}
</style>
border-color css
<style>
span { border-color: #A16CBB; }
span { border-color: rgb(161,108,187); }
td.TdClassName
{
border-color: #A16CBB;
}
.TagClassName
{
border-color: #A16CBB;
}
</style>