Html Css Color HEX #A177C2 Purple Mountain's Majesty
📋 copy color: '#A177C2'red 161 ◦ green 119 ◦ blue 194
Shades of Purple Mountain's Majesty #A177C2
Tints of Purple Mountain's Majesty #A177C2
RGB
CMYK
RGB Variations
Color information
#A177C2 (or 0xA177C2) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and C2. RGB value is (161,119,194). Sum of RGB (Red+Green+Blue) = 161+119+194=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #A177C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177C2 is #5E883D. Grayscale: #8B8B8B. Windows color (decimal): -6195262 or 12744609. OLE color: 12744609.
HSL color Cylindrical-coordinate representation of color #A177C2: hue angle of 273.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A177C2 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 119 | 194 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.24 |
| HSL | 273.6º | 0.38% | 0.61% | - |
| HSV(B) | 273.6º | 0.39% | 0.76% | - |
| XYZ | 31.03 | 24.67 | 54.16 | - |
| YUV | 140.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 194 | 0.17 | 0.39 | 0 | 0.24 | 273.6 | 0.38 | 0.61 |
| Hex | A1 | 77 | C2 | 11 | 27 | 0 | 18 | 112 | 26 | 3D |
| Octal | 241 | 167 | 302 | 21 | 47 | 0 | 30 | 422 | 46 | 75 |
| Binary | 10100001 | 1110111 | 11000010 | 10001 | 100111 | 0 | 11000 | 100010010 | 100110 | 111101 |
Color Harmonies of #A177C2
Complementary color
Monochromatic Colors of #A177C2
Black with #A177C2
Text Example
Text Example
White with #A177C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177C2; }
p { color: rgb(161,119,194); }
H1.HeaderClassName
{
color: #A177C2;
}
.AnyTagClassName
{
color: #A177C2;
}
</style>
background-color css
<style>
a { background-color: #A177C2; }
a { background-color: rgb(161,119,194); }
div.DivClassName
{
background-color: #A177C2;
}
.BgClassName
{
background-color: #A177C2;
}
</style>
border-color css
<style>
span { border-color: #A177C2; }
span { border-color: rgb(161,119,194); }
td.TdClassName
{
border-color: #A177C2;
}
.TagClassName
{
border-color: #A177C2;
}
</style>