Html Css Color HEX #A277B5 Purple Mountain's Majesty
📋 copy color: '#A277B5'red 162 ◦ green 119 ◦ blue 181
Shades of Purple Mountain's Majesty #A277B5
Tints of Purple Mountain's Majesty #A277B5
RGB
CMYK
RGB Variations
Color information
#A277B5 (or 0xA277B5) is known color: Purple Mountain's Majesty. HEX triplet: A2, 77 and B5. RGB value is (162,119,181). Sum of RGB (Red+Green+Blue) = 162+119+181=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #A277B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277B5 is #5D884A. Grayscale: #8A8A8A. Windows color (decimal): -6129739 or 11892642. OLE color: 11892642.
HSL color Cylindrical-coordinate representation of color #A277B5: hue angle of 281.61º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A277B5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 119 | 181 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.29 |
| HSL | 281.61º | 0.3% | 0.59% | - |
| HSV(B) | 281.61º | 0.34% | 0.71% | - |
| XYZ | 29.84 | 24.21 | 46.82 | - |
| YUV | 138.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 181 | 0.10 | 0.34 | 0 | 0.29 | 281.61 | 0.3 | 0.59 |
| Hex | A2 | 77 | B5 | A | 22 | 0 | 1D | 11A | 1E | 3B |
| Octal | 242 | 167 | 265 | 12 | 42 | 0 | 35 | 432 | 36 | 73 |
| Binary | 10100010 | 1110111 | 10110101 | 1010 | 100010 | 0 | 11101 | 100011010 | 11110 | 111011 |
Color Harmonies of #A277B5
Complementary color
Monochromatic Colors of #A277B5
Black with #A277B5
Text Example
Text Example
White with #A277B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277B5; }
p { color: rgb(162,119,181); }
H1.HeaderClassName
{
color: #A277B5;
}
.AnyTagClassName
{
color: #A277B5;
}
</style>
background-color css
<style>
a { background-color: #A277B5; }
a { background-color: rgb(162,119,181); }
div.DivClassName
{
background-color: #A277B5;
}
.BgClassName
{
background-color: #A277B5;
}
</style>
border-color css
<style>
span { border-color: #A277B5; }
span { border-color: rgb(162,119,181); }
td.TdClassName
{
border-color: #A277B5;
}
.TagClassName
{
border-color: #A277B5;
}
</style>