Html Css Color HEX #A07FBC Purple Mountain's Majesty
📋 copy color: '#A07FBC'red 160 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #A07FBC
Tints of Purple Mountain's Majesty #A07FBC
RGB
CMYK
RGB Variations
Color information
#A07FBC (or 0xA07FBC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and BC. RGB value is (160,127,188). Sum of RGB (Red+Green+Blue) = 160+127+188=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #A07FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBC is #5F8043. Grayscale: #8F8F8F. Windows color (decimal): -6258756 or 12353440. OLE color: 12353440.
HSL color Cylindrical-coordinate representation of color #A07FBC: hue angle of 272.46º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07FBC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 127 | 188 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.26 |
| HSL | 272.46º | 0.31% | 0.62% | - |
| HSV(B) | 272.46º | 0.32% | 0.74% | - |
| XYZ | 31.16 | 26.28 | 51.01 | - |
| YUV | 143.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 188 | 0.15 | 0.32 | 0 | 0.26 | 272.46 | 0.31 | 0.62 |
| Hex | A0 | 7F | BC | F | 20 | 0 | 1A | 110 | 1F | 3E |
| Octal | 240 | 177 | 274 | 17 | 40 | 0 | 32 | 420 | 37 | 76 |
| Binary | 10100000 | 1111111 | 10111100 | 1111 | 100000 | 0 | 11010 | 100010000 | 11111 | 111110 |
Color Harmonies of #A07FBC
Complementary color
Monochromatic Colors of #A07FBC
Black with #A07FBC
Text Example
Text Example
White with #A07FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FBC; }
p { color: rgb(160,127,188); }
H1.HeaderClassName
{
color: #A07FBC;
}
.AnyTagClassName
{
color: #A07FBC;
}
</style>
background-color css
<style>
a { background-color: #A07FBC; }
a { background-color: rgb(160,127,188); }
div.DivClassName
{
background-color: #A07FBC;
}
.BgClassName
{
background-color: #A07FBC;
}
</style>
border-color css
<style>
span { border-color: #A07FBC; }
span { border-color: rgb(160,127,188); }
td.TdClassName
{
border-color: #A07FBC;
}
.TagClassName
{
border-color: #A07FBC;
}
</style>