Html Css Color HEX #A277BD Purple Mountain's Majesty
📋 copy color: '#A277BD'red 162 ◦ green 119 ◦ blue 189
Shades of Purple Mountain's Majesty #A277BD
Tints of Purple Mountain's Majesty #A277BD
RGB
CMYK
RGB Variations
Color information
#A277BD (or 0xA277BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 77 and BD. RGB value is (162,119,189). Sum of RGB (Red+Green+Blue) = 162+119+189=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A277BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277BD is #5D8842. Grayscale: #8B8B8B. Windows color (decimal): -6129731 or 12416930. OLE color: 12416930.
HSL color Cylindrical-coordinate representation of color #A277BD: hue angle of 276.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A277BD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 119 | 189 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.26 |
| HSL | 276.86º | 0.35% | 0.6% | - |
| HSV(B) | 276.86º | 0.37% | 0.74% | - |
| XYZ | 30.68 | 24.55 | 51.27 | - |
| YUV | 139.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 189 | 0.14 | 0.37 | 0 | 0.26 | 276.86 | 0.35 | 0.6 |
| Hex | A2 | 77 | BD | E | 25 | 0 | 1A | 115 | 23 | 3C |
| Octal | 242 | 167 | 275 | 16 | 45 | 0 | 32 | 425 | 43 | 74 |
| Binary | 10100010 | 1110111 | 10111101 | 1110 | 100101 | 0 | 11010 | 100010101 | 100011 | 111100 |
Color Harmonies of #A277BD
Complementary color
Monochromatic Colors of #A277BD
Black with #A277BD
Text Example
Text Example
White with #A277BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277BD; }
p { color: rgb(162,119,189); }
H1.HeaderClassName
{
color: #A277BD;
}
.AnyTagClassName
{
color: #A277BD;
}
</style>
background-color css
<style>
a { background-color: #A277BD; }
a { background-color: rgb(162,119,189); }
div.DivClassName
{
background-color: #A277BD;
}
.BgClassName
{
background-color: #A277BD;
}
</style>
border-color css
<style>
span { border-color: #A277BD; }
span { border-color: rgb(162,119,189); }
td.TdClassName
{
border-color: #A277BD;
}
.TagClassName
{
border-color: #A277BD;
}
</style>