Html Css Color HEX #A76FBA Purple Mountain's Majesty
📋 copy color: '#A76FBA'red 167 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #A76FBA
Tints of Purple Mountain's Majesty #A76FBA
RGB
CMYK
RGB Variations
Color information
#A76FBA (or 0xA76FBA) is known color: Purple Mountain's Majesty. HEX triplet: A7, 6F and BA. RGB value is (167,111,186). Sum of RGB (Red+Green+Blue) = 167+111+186=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A76FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FBA is #589045. Grayscale: #888888. Windows color (decimal): -5804102 or 12218279. OLE color: 12218279.
HSL color Cylindrical-coordinate representation of color #A76FBA: hue angle of 284.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76FBA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 111 | 186 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.27 |
| HSL | 284.8º | 0.35% | 0.58% | - |
| HSV(B) | 284.8º | 0.4% | 0.73% | - |
| XYZ | 30.48 | 23.13 | 49.31 | - |
| YUV | 136.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 186 | 0.10 | 0.40 | 0 | 0.27 | 284.8 | 0.35 | 0.58 |
| Hex | A7 | 6F | BA | A | 28 | 0 | 1B | 11D | 23 | 3A |
| Octal | 247 | 157 | 272 | 12 | 50 | 0 | 33 | 435 | 43 | 72 |
| Binary | 10100111 | 1101111 | 10111010 | 1010 | 101000 | 0 | 11011 | 100011101 | 100011 | 111010 |
Color Harmonies of #A76FBA
Complementary color
Monochromatic Colors of #A76FBA
Black with #A76FBA
Text Example
Text Example
White with #A76FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FBA; }
p { color: rgb(167,111,186); }
H1.HeaderClassName
{
color: #A76FBA;
}
.AnyTagClassName
{
color: #A76FBA;
}
</style>
background-color css
<style>
a { background-color: #A76FBA; }
a { background-color: rgb(167,111,186); }
div.DivClassName
{
background-color: #A76FBA;
}
.BgClassName
{
background-color: #A76FBA;
}
</style>
border-color css
<style>
span { border-color: #A76FBA; }
span { border-color: rgb(167,111,186); }
td.TdClassName
{
border-color: #A76FBA;
}
.TagClassName
{
border-color: #A76FBA;
}
</style>