Html Css Color HEX #A17EC1 Purple Mountain's Majesty
📋 copy color: '#A17EC1'red 161 ◦ green 126 ◦ blue 193
Shades of Purple Mountain's Majesty #A17EC1
Tints of Purple Mountain's Majesty #A17EC1
RGB
CMYK
RGB Variations
Color information
#A17EC1 (or 0xA17EC1) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and C1. RGB value is (161,126,193). Sum of RGB (Red+Green+Blue) = 161+126+193=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #A17EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EC1 is #5E813E. Grayscale: #8F8F8F. Windows color (decimal): -6193471 or 12680865. OLE color: 12680865.
HSL color Cylindrical-coordinate representation of color #A17EC1: hue angle of 271.34º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17EC1 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 126 | 193 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.24 |
| HSL | 271.34º | 0.35% | 0.63% | - |
| HSV(B) | 271.34º | 0.35% | 0.76% | - |
| XYZ | 31.78 | 26.35 | 53.86 | - |
| YUV | 144.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 193 | 0.17 | 0.35 | 0 | 0.24 | 271.34 | 0.35 | 0.63 |
| Hex | A1 | 7E | C1 | 11 | 23 | 0 | 18 | 10F | 23 | 3F |
| Octal | 241 | 176 | 301 | 21 | 43 | 0 | 30 | 417 | 43 | 77 |
| Binary | 10100001 | 1111110 | 11000001 | 10001 | 100011 | 0 | 11000 | 100001111 | 100011 | 111111 |
Color Harmonies of #A17EC1
Complementary color
Monochromatic Colors of #A17EC1
Black with #A17EC1
Text Example
Text Example
White with #A17EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EC1; }
p { color: rgb(161,126,193); }
H1.HeaderClassName
{
color: #A17EC1;
}
.AnyTagClassName
{
color: #A17EC1;
}
</style>
background-color css
<style>
a { background-color: #A17EC1; }
a { background-color: rgb(161,126,193); }
div.DivClassName
{
background-color: #A17EC1;
}
.BgClassName
{
background-color: #A17EC1;
}
</style>
border-color css
<style>
span { border-color: #A17EC1; }
span { border-color: rgb(161,126,193); }
td.TdClassName
{
border-color: #A17EC1;
}
.TagClassName
{
border-color: #A17EC1;
}
</style>