Html Css Color HEX #A07FBF Purple Mountain's Majesty
📋 copy color: '#A07FBF'red 160 ◦ green 127 ◦ blue 191
Shades of Purple Mountain's Majesty #A07FBF
Tints of Purple Mountain's Majesty #A07FBF
RGB
CMYK
RGB Variations
Color information
#A07FBF (or 0xA07FBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and BF. RGB value is (160,127,191). Sum of RGB (Red+Green+Blue) = 160+127+191=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FBF is #5F8040. Grayscale: #8F8F8F. Windows color (decimal): -6258753 or 12550048. OLE color: 12550048.
HSL color Cylindrical-coordinate representation of color #A07FBF: hue angle of 270.94º degrees, saturation: 0.33, 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 #A07FBF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 127 | 191 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.25 |
| HSL | 270.94º | 0.33% | 0.62% | - |
| HSV(B) | 270.94º | 0.34% | 0.75% | - |
| XYZ | 31.49 | 26.41 | 52.73 | - |
| YUV | 144.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 191 | 0.16 | 0.34 | 0 | 0.25 | 270.94 | 0.33 | 0.62 |
| Hex | A0 | 7F | BF | 10 | 22 | 0 | 19 | 10F | 21 | 3E |
| Octal | 240 | 177 | 277 | 20 | 42 | 0 | 31 | 417 | 41 | 76 |
| Binary | 10100000 | 1111111 | 10111111 | 10000 | 100010 | 0 | 11001 | 100001111 | 100001 | 111110 |
Color Harmonies of #A07FBF
Complementary color
Monochromatic Colors of #A07FBF
Black with #A07FBF
Text Example
Text Example
White with #A07FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FBF; }
p { color: rgb(160,127,191); }
H1.HeaderClassName
{
color: #A07FBF;
}
.AnyTagClassName
{
color: #A07FBF;
}
</style>
background-color css
<style>
a { background-color: #A07FBF; }
a { background-color: rgb(160,127,191); }
div.DivClassName
{
background-color: #A07FBF;
}
.BgClassName
{
background-color: #A07FBF;
}
</style>
border-color css
<style>
span { border-color: #A07FBF; }
span { border-color: rgb(160,127,191); }
td.TdClassName
{
border-color: #A07FBF;
}
.TagClassName
{
border-color: #A07FBF;
}
</style>