Html Css Color HEX #A07EC1 Purple Mountain's Majesty
📋 copy color: '#A07EC1'red 160 ◦ green 126 ◦ blue 193
Shades of Purple Mountain's Majesty #A07EC1
Tints of Purple Mountain's Majesty #A07EC1
RGB
CMYK
RGB Variations
Color information
#A07EC1 (or 0xA07EC1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7E and C1. RGB value is (160,126,193). Sum of RGB (Red+Green+Blue) = 160+126+193=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EC1 is #5F813E. Grayscale: #8F8F8F. Windows color (decimal): -6259007 or 12680864. OLE color: 12680864.
HSL color Cylindrical-coordinate representation of color #A07EC1: hue angle of 270.45º 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 #A07EC1 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 126 | 193 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.24 |
| HSL | 270.45º | 0.35% | 0.63% | - |
| HSV(B) | 270.45º | 0.35% | 0.76% | - |
| XYZ | 31.58 | 26.25 | 53.85 | - |
| YUV | 143.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 193 | 0.17 | 0.35 | 0 | 0.24 | 270.45 | 0.35 | 0.63 |
| Hex | A0 | 7E | C1 | 11 | 23 | 0 | 18 | 10E | 23 | 3F |
| Octal | 240 | 176 | 301 | 21 | 43 | 0 | 30 | 416 | 43 | 77 |
| Binary | 10100000 | 1111110 | 11000001 | 10001 | 100011 | 0 | 11000 | 100001110 | 100011 | 111111 |
Color Harmonies of #A07EC1
Complementary color
Monochromatic Colors of #A07EC1
Black with #A07EC1
Text Example
Text Example
White with #A07EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EC1; }
p { color: rgb(160,126,193); }
H1.HeaderClassName
{
color: #A07EC1;
}
.AnyTagClassName
{
color: #A07EC1;
}
</style>
background-color css
<style>
a { background-color: #A07EC1; }
a { background-color: rgb(160,126,193); }
div.DivClassName
{
background-color: #A07EC1;
}
.BgClassName
{
background-color: #A07EC1;
}
</style>
border-color css
<style>
span { border-color: #A07EC1; }
span { border-color: rgb(160,126,193); }
td.TdClassName
{
border-color: #A07EC1;
}
.TagClassName
{
border-color: #A07EC1;
}
</style>