Html Css Color HEX #A07EBD Purple Mountain's Majesty
📋 copy color: '#A07EBD'red 160 ◦ green 126 ◦ blue 189
Shades of Purple Mountain's Majesty #A07EBD
Tints of Purple Mountain's Majesty #A07EBD
RGB
CMYK
RGB Variations
Color information
#A07EBD (or 0xA07EBD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7E and BD. RGB value is (160,126,189). Sum of RGB (Red+Green+Blue) = 160+126+189=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #A07EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EBD is #5F8142. Grayscale: #8F8F8F. Windows color (decimal): -6259011 or 12418720. OLE color: 12418720.
HSL color Cylindrical-coordinate representation of color #A07EBD: hue angle of 272.38º 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 #A07EBD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 126 | 189 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.26 |
| HSL | 272.38º | 0.32% | 0.62% | - |
| HSV(B) | 272.38º | 0.33% | 0.74% | - |
| XYZ | 31.14 | 26.07 | 51.53 | - |
| YUV | 143.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 189 | 0.15 | 0.33 | 0 | 0.26 | 272.38 | 0.32 | 0.62 |
| Hex | A0 | 7E | BD | F | 21 | 0 | 1A | 110 | 20 | 3E |
| Octal | 240 | 176 | 275 | 17 | 41 | 0 | 32 | 420 | 40 | 76 |
| Binary | 10100000 | 1111110 | 10111101 | 1111 | 100001 | 0 | 11010 | 100010000 | 100000 | 111110 |
Color Harmonies of #A07EBD
Complementary color
Monochromatic Colors of #A07EBD
Black with #A07EBD
Text Example
Text Example
White with #A07EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EBD; }
p { color: rgb(160,126,189); }
H1.HeaderClassName
{
color: #A07EBD;
}
.AnyTagClassName
{
color: #A07EBD;
}
</style>
background-color css
<style>
a { background-color: #A07EBD; }
a { background-color: rgb(160,126,189); }
div.DivClassName
{
background-color: #A07EBD;
}
.BgClassName
{
background-color: #A07EBD;
}
</style>
border-color css
<style>
span { border-color: #A07EBD; }
span { border-color: rgb(160,126,189); }
td.TdClassName
{
border-color: #A07EBD;
}
.TagClassName
{
border-color: #A07EBD;
}
</style>