Html Css Color HEX #A07EBF Purple Mountain's Majesty
📋 copy color: '#A07EBF'red 160 ◦ green 126 ◦ blue 191
Shades of Purple Mountain's Majesty #A07EBF
Tints of Purple Mountain's Majesty #A07EBF
RGB
CMYK
RGB Variations
Color information
#A07EBF (or 0xA07EBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7E and BF. RGB value is (160,126,191). Sum of RGB (Red+Green+Blue) = 160+126+191=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBF is #5F8140. Grayscale: #8F8F8F. Windows color (decimal): -6259009 or 12549792. OLE color: 12549792.
HSL color Cylindrical-coordinate representation of color #A07EBF: hue angle of 271.38º 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 #A07EBF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 126 | 191 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.25 |
| HSL | 271.38º | 0.34% | 0.62% | - |
| HSV(B) | 271.38º | 0.34% | 0.75% | - |
| XYZ | 31.36 | 26.16 | 52.69 | - |
| YUV | 143.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 191 | 0.16 | 0.34 | 0 | 0.25 | 271.38 | 0.34 | 0.62 |
| Hex | A0 | 7E | BF | 10 | 22 | 0 | 19 | 10F | 22 | 3E |
| Octal | 240 | 176 | 277 | 20 | 42 | 0 | 31 | 417 | 42 | 76 |
| Binary | 10100000 | 1111110 | 10111111 | 10000 | 100010 | 0 | 11001 | 100001111 | 100010 | 111110 |
Color Harmonies of #A07EBF
Complementary color
Monochromatic Colors of #A07EBF
Black with #A07EBF
Text Example
Text Example
White with #A07EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EBF; }
p { color: rgb(160,126,191); }
H1.HeaderClassName
{
color: #A07EBF;
}
.AnyTagClassName
{
color: #A07EBF;
}
</style>
background-color css
<style>
a { background-color: #A07EBF; }
a { background-color: rgb(160,126,191); }
div.DivClassName
{
background-color: #A07EBF;
}
.BgClassName
{
background-color: #A07EBF;
}
</style>
border-color css
<style>
span { border-color: #A07EBF; }
span { border-color: rgb(160,126,191); }
td.TdClassName
{
border-color: #A07EBF;
}
.TagClassName
{
border-color: #A07EBF;
}
</style>