Html Css Color HEX #A179BB Purple Mountain's Majesty
📋 copy color: '#A179BB'red 161 ◦ green 121 ◦ blue 187
Shades of Purple Mountain's Majesty #A179BB
Tints of Purple Mountain's Majesty #A179BB
RGB
CMYK
RGB Variations
Color information
#A179BB (or 0xA179BB) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and BB. RGB value is (161,121,187). Sum of RGB (Red+Green+Blue) = 161+121+187=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A179BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BB is #5E8644. Grayscale: #8C8C8C. Windows color (decimal): -6194757 or 12286369. OLE color: 12286369.
HSL color Cylindrical-coordinate representation of color #A179BB: hue angle of 276.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A179BB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 121 | 187 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.27 |
| HSL | 276.36º | 0.33% | 0.6% | - |
| HSV(B) | 276.36º | 0.35% | 0.73% | - |
| XYZ | 30.5 | 24.84 | 50.2 | - |
| YUV | 140.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 187 | 0.14 | 0.35 | 0 | 0.27 | 276.36 | 0.33 | 0.6 |
| Hex | A1 | 79 | BB | E | 23 | 0 | 1B | 114 | 21 | 3C |
| Octal | 241 | 171 | 273 | 16 | 43 | 0 | 33 | 424 | 41 | 74 |
| Binary | 10100001 | 1111001 | 10111011 | 1110 | 100011 | 0 | 11011 | 100010100 | 100001 | 111100 |
Color Harmonies of #A179BB
Complementary color
Monochromatic Colors of #A179BB
Black with #A179BB
Text Example
Text Example
White with #A179BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179BB; }
p { color: rgb(161,121,187); }
H1.HeaderClassName
{
color: #A179BB;
}
.AnyTagClassName
{
color: #A179BB;
}
</style>
background-color css
<style>
a { background-color: #A179BB; }
a { background-color: rgb(161,121,187); }
div.DivClassName
{
background-color: #A179BB;
}
.BgClassName
{
background-color: #A179BB;
}
</style>
border-color css
<style>
span { border-color: #A179BB; }
span { border-color: rgb(161,121,187); }
td.TdClassName
{
border-color: #A179BB;
}
.TagClassName
{
border-color: #A179BB;
}
</style>