Html Css Color HEX #A076BB Purple Mountain's Majesty
📋 copy color: '#A076BB'red 160 ◦ green 118 ◦ blue 187
Shades of Purple Mountain's Majesty #A076BB
Tints of Purple Mountain's Majesty #A076BB
RGB
CMYK
RGB Variations
Color information
#A076BB (or 0xA076BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 76 and BB. RGB value is (160,118,187). Sum of RGB (Red+Green+Blue) = 160+118+187=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A076BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076BB is #5F8944. Grayscale: #8A8A8A. Windows color (decimal): -6261061 or 12285600. OLE color: 12285600.
HSL color Cylindrical-coordinate representation of color #A076BB: hue angle of 276.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A076BB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 118 | 187 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.27 |
| HSL | 276.52º | 0.34% | 0.6% | - |
| HSV(B) | 276.52º | 0.37% | 0.73% | - |
| XYZ | 29.95 | 24.02 | 50.07 | - |
| YUV | 138.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 187 | 0.14 | 0.37 | 0 | 0.27 | 276.52 | 0.34 | 0.6 |
| Hex | A0 | 76 | BB | E | 25 | 0 | 1B | 115 | 22 | 3C |
| Octal | 240 | 166 | 273 | 16 | 45 | 0 | 33 | 425 | 42 | 74 |
| Binary | 10100000 | 1110110 | 10111011 | 1110 | 100101 | 0 | 11011 | 100010101 | 100010 | 111100 |
Color Harmonies of #A076BB
Complementary color
Monochromatic Colors of #A076BB
Black with #A076BB
Text Example
Text Example
White with #A076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076BB; }
p { color: rgb(160,118,187); }
H1.HeaderClassName
{
color: #A076BB;
}
.AnyTagClassName
{
color: #A076BB;
}
</style>
background-color css
<style>
a { background-color: #A076BB; }
a { background-color: rgb(160,118,187); }
div.DivClassName
{
background-color: #A076BB;
}
.BgClassName
{
background-color: #A076BB;
}
</style>
border-color css
<style>
span { border-color: #A076BB; }
span { border-color: rgb(160,118,187); }
td.TdClassName
{
border-color: #A076BB;
}
.TagClassName
{
border-color: #A076BB;
}
</style>