Html Css Color HEX #A17EC0 Purple Mountain's Majesty
📋 copy color: '#A17EC0'red 161 ◦ green 126 ◦ blue 192
Shades of Purple Mountain's Majesty #A17EC0
Tints of Purple Mountain's Majesty #A17EC0
RGB
CMYK
RGB Variations
Color information
#A17EC0 (or 0xA17EC0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7E and C0. RGB value is (161,126,192). Sum of RGB (Red+Green+Blue) = 161+126+192=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #A17EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EC0 is #5E813F. Grayscale: #8F8F8F. Windows color (decimal): -6193472 or 12615329. OLE color: 12615329.
HSL color Cylindrical-coordinate representation of color #A17EC0: hue angle of 271.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17EC0 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 126 | 192 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.25 |
| HSL | 271.82º | 0.34% | 0.62% | - |
| HSV(B) | 271.82º | 0.34% | 0.75% | - |
| XYZ | 31.67 | 26.3 | 53.28 | - |
| YUV | 143.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 192 | 0.16 | 0.34 | 0 | 0.25 | 271.82 | 0.34 | 0.62 |
| Hex | A1 | 7E | C0 | 10 | 22 | 0 | 19 | 110 | 22 | 3E |
| Octal | 241 | 176 | 300 | 20 | 42 | 0 | 31 | 420 | 42 | 76 |
| Binary | 10100001 | 1111110 | 11000000 | 10000 | 100010 | 0 | 11001 | 100010000 | 100010 | 111110 |
Color Harmonies of #A17EC0
Complementary color
Monochromatic Colors of #A17EC0
Black with #A17EC0
Text Example
Text Example
White with #A17EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EC0; }
p { color: rgb(161,126,192); }
H1.HeaderClassName
{
color: #A17EC0;
}
.AnyTagClassName
{
color: #A17EC0;
}
</style>
background-color css
<style>
a { background-color: #A17EC0; }
a { background-color: rgb(161,126,192); }
div.DivClassName
{
background-color: #A17EC0;
}
.BgClassName
{
background-color: #A17EC0;
}
</style>
border-color css
<style>
span { border-color: #A17EC0; }
span { border-color: rgb(161,126,192); }
td.TdClassName
{
border-color: #A17EC0;
}
.TagClassName
{
border-color: #A17EC0;
}
</style>