Html Css Color HEX #A17EBC Purple Mountain's Majesty
📋 copy color: '#A17EBC'red 161 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #A17EBC
Tints of Purple Mountain's Majesty #A17EBC
RGB
CMYK
RGB Variations
Color information
#A17EBC (or 0xA17EBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and BC. RGB value is (161,126,188). Sum of RGB (Red+Green+Blue) = 161+126+188=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #A17EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBC is #5E8143. Grayscale: #8F8F8F. Windows color (decimal): -6193476 or 12353185. OLE color: 12353185.
HSL color Cylindrical-coordinate representation of color #A17EBC: hue angle of 273.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17EBC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 126 | 188 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.26 |
| HSL | 273.87º | 0.32% | 0.62% | - |
| HSV(B) | 273.87º | 0.33% | 0.74% | - |
| XYZ | 31.24 | 26.13 | 50.97 | - |
| YUV | 143.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 188 | 0.14 | 0.33 | 0 | 0.26 | 273.87 | 0.32 | 0.62 |
| Hex | A1 | 7E | BC | E | 21 | 0 | 1A | 112 | 20 | 3E |
| Octal | 241 | 176 | 274 | 16 | 41 | 0 | 32 | 422 | 40 | 76 |
| Binary | 10100001 | 1111110 | 10111100 | 1110 | 100001 | 0 | 11010 | 100010010 | 100000 | 111110 |
Color Harmonies of #A17EBC
Complementary color
Monochromatic Colors of #A17EBC
Black with #A17EBC
Text Example
Text Example
White with #A17EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EBC; }
p { color: rgb(161,126,188); }
H1.HeaderClassName
{
color: #A17EBC;
}
.AnyTagClassName
{
color: #A17EBC;
}
</style>
background-color css
<style>
a { background-color: #A17EBC; }
a { background-color: rgb(161,126,188); }
div.DivClassName
{
background-color: #A17EBC;
}
.BgClassName
{
background-color: #A17EBC;
}
</style>
border-color css
<style>
span { border-color: #A17EBC; }
span { border-color: rgb(161,126,188); }
td.TdClassName
{
border-color: #A17EBC;
}
.TagClassName
{
border-color: #A17EBC;
}
</style>