Html Css Color HEX #A16EBD Purple Mountain's Majesty
📋 copy color: '#A16EBD'red 161 ◦ green 110 ◦ blue 189
Shades of Purple Mountain's Majesty #A16EBD
Tints of Purple Mountain's Majesty #A16EBD
RGB
CMYK
RGB Variations
Color information
#A16EBD (or 0xA16EBD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6E and BD. RGB value is (161,110,189). Sum of RGB (Red+Green+Blue) = 161+110+189=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A16EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBD is #5E9142. Grayscale: #858585. Windows color (decimal): -6197571 or 12414625. OLE color: 12414625.
HSL color Cylindrical-coordinate representation of color #A16EBD: hue angle of 278.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16EBD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 110 | 189 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.26 |
| HSL | 278.73º | 0.37% | 0.59% | - |
| HSV(B) | 278.73º | 0.42% | 0.74% | - |
| XYZ | 29.46 | 22.4 | 50.92 | - |
| YUV | 134.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 189 | 0.15 | 0.42 | 0 | 0.26 | 278.73 | 0.37 | 0.59 |
| Hex | A1 | 6E | BD | F | 2A | 0 | 1A | 117 | 25 | 3B |
| Octal | 241 | 156 | 275 | 17 | 52 | 0 | 32 | 427 | 45 | 73 |
| Binary | 10100001 | 1101110 | 10111101 | 1111 | 101010 | 0 | 11010 | 100010111 | 100101 | 111011 |
Color Harmonies of #A16EBD
Complementary color
Monochromatic Colors of #A16EBD
Black with #A16EBD
Text Example
Text Example
White with #A16EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EBD; }
p { color: rgb(161,110,189); }
H1.HeaderClassName
{
color: #A16EBD;
}
.AnyTagClassName
{
color: #A16EBD;
}
</style>
background-color css
<style>
a { background-color: #A16EBD; }
a { background-color: rgb(161,110,189); }
div.DivClassName
{
background-color: #A16EBD;
}
.BgClassName
{
background-color: #A16EBD;
}
</style>
border-color css
<style>
span { border-color: #A16EBD; }
span { border-color: rgb(161,110,189); }
td.TdClassName
{
border-color: #A16EBD;
}
.TagClassName
{
border-color: #A16EBD;
}
</style>