Html Css Color HEX #A477BE Purple Mountain's Majesty
📋 copy color: '#A477BE'red 164 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #A477BE
Tints of Purple Mountain's Majesty #A477BE
RGB
CMYK
RGB Variations
Color information
#A477BE (or 0xA477BE) is known color: Purple Mountain's Majesty. HEX triplet: A4, 77 and BE. RGB value is (164,119,190). Sum of RGB (Red+Green+Blue) = 164+119+190=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A477BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477BE is #5B8841. Grayscale: #8C8C8C. Windows color (decimal): -5998658 or 12482468. OLE color: 12482468.
HSL color Cylindrical-coordinate representation of color #A477BE: hue angle of 278.03º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A477BE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 119 | 190 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.25 |
| HSL | 278.03º | 0.35% | 0.61% | - |
| HSV(B) | 278.03º | 0.37% | 0.75% | - |
| XYZ | 31.2 | 24.8 | 51.86 | - |
| YUV | 140.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 190 | 0.14 | 0.37 | 0 | 0.25 | 278.03 | 0.35 | 0.61 |
| Hex | A4 | 77 | BE | E | 25 | 0 | 19 | 116 | 23 | 3D |
| Octal | 244 | 167 | 276 | 16 | 45 | 0 | 31 | 426 | 43 | 75 |
| Binary | 10100100 | 1110111 | 10111110 | 1110 | 100101 | 0 | 11001 | 100010110 | 100011 | 111101 |
Color Harmonies of #A477BE
Complementary color
Monochromatic Colors of #A477BE
Black with #A477BE
Text Example
Text Example
White with #A477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477BE; }
p { color: rgb(164,119,190); }
H1.HeaderClassName
{
color: #A477BE;
}
.AnyTagClassName
{
color: #A477BE;
}
</style>
background-color css
<style>
a { background-color: #A477BE; }
a { background-color: rgb(164,119,190); }
div.DivClassName
{
background-color: #A477BE;
}
.BgClassName
{
background-color: #A477BE;
}
</style>
border-color css
<style>
span { border-color: #A477BE; }
span { border-color: rgb(164,119,190); }
td.TdClassName
{
border-color: #A477BE;
}
.TagClassName
{
border-color: #A477BE;
}
</style>