Html Css Color HEX #A076BC Purple Mountain's Majesty
📋 copy color: '#A076BC'red 160 ◦ green 118 ◦ blue 188
Shades of Purple Mountain's Majesty #A076BC
Tints of Purple Mountain's Majesty #A076BC
RGB
CMYK
RGB Variations
Color information
#A076BC (or 0xA076BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 76 and BC. RGB value is (160,118,188). Sum of RGB (Red+Green+Blue) = 160+118+188=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #A076BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076BC is #5F8943. Grayscale: #8A8A8A. Windows color (decimal): -6261060 or 12351136. OLE color: 12351136.
HSL color Cylindrical-coordinate representation of color #A076BC: hue angle of 276º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A076BC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 118 | 188 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.26 |
| HSL | 276º | 0.34% | 0.6% | - |
| HSV(B) | 276º | 0.37% | 0.74% | - |
| XYZ | 30.05 | 24.06 | 50.64 | - |
| YUV | 138.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 188 | 0.15 | 0.37 | 0 | 0.26 | 276 | 0.34 | 0.6 |
| Hex | A0 | 76 | BC | F | 25 | 0 | 1A | 114 | 22 | 3C |
| Octal | 240 | 166 | 274 | 17 | 45 | 0 | 32 | 424 | 42 | 74 |
| Binary | 10100000 | 1110110 | 10111100 | 1111 | 100101 | 0 | 11010 | 100010100 | 100010 | 111100 |
Color Harmonies of #A076BC
Complementary color
Monochromatic Colors of #A076BC
Black with #A076BC
Text Example
Text Example
White with #A076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076BC; }
p { color: rgb(160,118,188); }
H1.HeaderClassName
{
color: #A076BC;
}
.AnyTagClassName
{
color: #A076BC;
}
</style>
background-color css
<style>
a { background-color: #A076BC; }
a { background-color: rgb(160,118,188); }
div.DivClassName
{
background-color: #A076BC;
}
.BgClassName
{
background-color: #A076BC;
}
</style>
border-color css
<style>
span { border-color: #A076BC; }
span { border-color: rgb(160,118,188); }
td.TdClassName
{
border-color: #A076BC;
}
.TagClassName
{
border-color: #A076BC;
}
</style>