Html Css Color HEX #A176BC Purple Mountain's Majesty
📋 copy color: '#A176BC'red 161 ◦ green 118 ◦ blue 188
Shades of Purple Mountain's Majesty #A176BC
Tints of Purple Mountain's Majesty #A176BC
RGB
CMYK
RGB Variations
Color information
#A176BC (or 0xA176BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 76 and BC. RGB value is (161,118,188). Sum of RGB (Red+Green+Blue) = 161+118+188=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A176BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176BC is #5E8943. Grayscale: #8A8A8A. Windows color (decimal): -6195524 or 12351137. OLE color: 12351137.
HSL color Cylindrical-coordinate representation of color #A176BC: hue angle of 276.86º 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 #A176BC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 118 | 188 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.26 |
| HSL | 276.86º | 0.34% | 0.6% | - |
| HSV(B) | 276.86º | 0.37% | 0.74% | - |
| XYZ | 30.25 | 24.16 | 50.65 | - |
| YUV | 138.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 188 | 0.14 | 0.37 | 0 | 0.26 | 276.86 | 0.34 | 0.6 |
| Hex | A1 | 76 | BC | E | 25 | 0 | 1A | 115 | 22 | 3C |
| Octal | 241 | 166 | 274 | 16 | 45 | 0 | 32 | 425 | 42 | 74 |
| Binary | 10100001 | 1110110 | 10111100 | 1110 | 100101 | 0 | 11010 | 100010101 | 100010 | 111100 |
Color Harmonies of #A176BC
Complementary color
Monochromatic Colors of #A176BC
Black with #A176BC
Text Example
Text Example
White with #A176BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176BC; }
p { color: rgb(161,118,188); }
H1.HeaderClassName
{
color: #A176BC;
}
.AnyTagClassName
{
color: #A176BC;
}
</style>
background-color css
<style>
a { background-color: #A176BC; }
a { background-color: rgb(161,118,188); }
div.DivClassName
{
background-color: #A176BC;
}
.BgClassName
{
background-color: #A176BC;
}
</style>
border-color css
<style>
span { border-color: #A176BC; }
span { border-color: rgb(161,118,188); }
td.TdClassName
{
border-color: #A176BC;
}
.TagClassName
{
border-color: #A176BC;
}
</style>