Html Css Color HEX #A179BA Purple Mountain's Majesty
📋 copy color: '#A179BA'red 161 ◦ green 121 ◦ blue 186
Shades of Purple Mountain's Majesty #A179BA
Tints of Purple Mountain's Majesty #A179BA
RGB
CMYK
RGB Variations
Color information
#A179BA (or 0xA179BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and BA. RGB value is (161,121,186). Sum of RGB (Red+Green+Blue) = 161+121+186=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A179BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BA is #5E8645. Grayscale: #8C8C8C. Windows color (decimal): -6194758 or 12220833. OLE color: 12220833.
HSL color Cylindrical-coordinate representation of color #A179BA: hue angle of 276.92º degrees, saturation: 0.32, 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 #A179BA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 121 | 186 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.27 |
| HSL | 276.92º | 0.32% | 0.6% | - |
| HSV(B) | 276.92º | 0.35% | 0.73% | - |
| XYZ | 30.4 | 24.8 | 49.64 | - |
| YUV | 140.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 186 | 0.13 | 0.35 | 0 | 0.27 | 276.92 | 0.32 | 0.6 |
| Hex | A1 | 79 | BA | D | 23 | 0 | 1B | 115 | 20 | 3C |
| Octal | 241 | 171 | 272 | 15 | 43 | 0 | 33 | 425 | 40 | 74 |
| Binary | 10100001 | 1111001 | 10111010 | 1101 | 100011 | 0 | 11011 | 100010101 | 100000 | 111100 |
Color Harmonies of #A179BA
Complementary color
Monochromatic Colors of #A179BA
Black with #A179BA
Text Example
Text Example
White with #A179BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179BA; }
p { color: rgb(161,121,186); }
H1.HeaderClassName
{
color: #A179BA;
}
.AnyTagClassName
{
color: #A179BA;
}
</style>
background-color css
<style>
a { background-color: #A179BA; }
a { background-color: rgb(161,121,186); }
div.DivClassName
{
background-color: #A179BA;
}
.BgClassName
{
background-color: #A179BA;
}
</style>
border-color css
<style>
span { border-color: #A179BA; }
span { border-color: rgb(161,121,186); }
td.TdClassName
{
border-color: #A179BA;
}
.TagClassName
{
border-color: #A179BA;
}
</style>