Html Css Color HEX #A179BD Purple Mountain's Majesty
📋 copy color: '#A179BD'red 161 ◦ green 121 ◦ blue 189
Shades of Purple Mountain's Majesty #A179BD
Tints of Purple Mountain's Majesty #A179BD
RGB
CMYK
RGB Variations
Color information
#A179BD (or 0xA179BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and BD. RGB value is (161,121,189). Sum of RGB (Red+Green+Blue) = 161+121+189=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A179BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BD is #5E8642. Grayscale: #8C8C8C. Windows color (decimal): -6194755 or 12417441. OLE color: 12417441.
HSL color Cylindrical-coordinate representation of color #A179BD: hue angle of 275.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A179BD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 121 | 189 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.26 |
| HSL | 275.29º | 0.34% | 0.61% | - |
| HSV(B) | 275.29º | 0.36% | 0.74% | - |
| XYZ | 30.72 | 24.93 | 51.34 | - |
| YUV | 140.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 189 | 0.15 | 0.36 | 0 | 0.26 | 275.29 | 0.34 | 0.61 |
| Hex | A1 | 79 | BD | F | 24 | 0 | 1A | 113 | 22 | 3D |
| Octal | 241 | 171 | 275 | 17 | 44 | 0 | 32 | 423 | 42 | 75 |
| Binary | 10100001 | 1111001 | 10111101 | 1111 | 100100 | 0 | 11010 | 100010011 | 100010 | 111101 |
Color Harmonies of #A179BD
Complementary color
Monochromatic Colors of #A179BD
Black with #A179BD
Text Example
Text Example
White with #A179BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179BD; }
p { color: rgb(161,121,189); }
H1.HeaderClassName
{
color: #A179BD;
}
.AnyTagClassName
{
color: #A179BD;
}
</style>
background-color css
<style>
a { background-color: #A179BD; }
a { background-color: rgb(161,121,189); }
div.DivClassName
{
background-color: #A179BD;
}
.BgClassName
{
background-color: #A179BD;
}
</style>
border-color css
<style>
span { border-color: #A179BD; }
span { border-color: rgb(161,121,189); }
td.TdClassName
{
border-color: #A179BD;
}
.TagClassName
{
border-color: #A179BD;
}
</style>