Html Css Color HEX #A07FB1 Purple Mountain's Majesty
📋 copy color: '#A07FB1'red 160 ◦ green 127 ◦ blue 177
Shades of Purple Mountain's Majesty #A07FB1
Tints of Purple Mountain's Majesty #A07FB1
RGB
CMYK
RGB Variations
Color information
#A07FB1 (or 0xA07FB1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and B1. RGB value is (160,127,177). Sum of RGB (Red+Green+Blue) = 160+127+177=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #A07FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FB1 is #5F804E. Grayscale: #8E8E8E. Windows color (decimal): -6258767 or 11632544. OLE color: 11632544.
HSL color Cylindrical-coordinate representation of color #A07FB1: hue angle of 279.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07FB1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 127 | 177 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.31 |
| HSL | 279.6º | 0.24% | 0.6% | - |
| HSV(B) | 279.6º | 0.28% | 0.69% | - |
| XYZ | 30.02 | 25.83 | 45 | - |
| YUV | 142.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 177 | 0.10 | 0.28 | 0 | 0.31 | 279.6 | 0.24 | 0.6 |
| Hex | A0 | 7F | B1 | A | 1C | 0 | 1F | 118 | 18 | 3C |
| Octal | 240 | 177 | 261 | 12 | 34 | 0 | 37 | 430 | 30 | 74 |
| Binary | 10100000 | 1111111 | 10110001 | 1010 | 11100 | 0 | 11111 | 100011000 | 11000 | 111100 |
Color Harmonies of #A07FB1
Complementary color
Monochromatic Colors of #A07FB1
Black with #A07FB1
Text Example
Text Example
White with #A07FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FB1; }
p { color: rgb(160,127,177); }
H1.HeaderClassName
{
color: #A07FB1;
}
.AnyTagClassName
{
color: #A07FB1;
}
</style>
background-color css
<style>
a { background-color: #A07FB1; }
a { background-color: rgb(160,127,177); }
div.DivClassName
{
background-color: #A07FB1;
}
.BgClassName
{
background-color: #A07FB1;
}
</style>
border-color css
<style>
span { border-color: #A07FB1; }
span { border-color: rgb(160,127,177); }
td.TdClassName
{
border-color: #A07FB1;
}
.TagClassName
{
border-color: #A07FB1;
}
</style>