Html Css Color HEX #A577C0 Purple Mountain's Majesty
📋 copy color: '#A577C0'red 165 ◦ green 119 ◦ blue 192
Shades of Purple Mountain's Majesty #A577C0
Tints of Purple Mountain's Majesty #A577C0
RGB
CMYK
RGB Variations
Color information
#A577C0 (or 0xA577C0) is known color: Purple Mountain's Majesty. HEX triplet: A5, 77 and C0. RGB value is (165,119,192). Sum of RGB (Red+Green+Blue) = 165+119+192=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #A577C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C0 is #5A883F. Grayscale: #8C8C8C. Windows color (decimal): -5933120 or 12613541. OLE color: 12613541.
HSL color Cylindrical-coordinate representation of color #A577C0: hue angle of 277.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A577C0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 119 | 192 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.25 |
| HSL | 277.81º | 0.37% | 0.61% | - |
| HSV(B) | 277.81º | 0.38% | 0.75% | - |
| XYZ | 31.63 | 25 | 53.03 | - |
| YUV | 141.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 192 | 0.14 | 0.38 | 0 | 0.25 | 277.81 | 0.37 | 0.61 |
| Hex | A5 | 77 | C0 | E | 26 | 0 | 19 | 116 | 25 | 3D |
| Octal | 245 | 167 | 300 | 16 | 46 | 0 | 31 | 426 | 45 | 75 |
| Binary | 10100101 | 1110111 | 11000000 | 1110 | 100110 | 0 | 11001 | 100010110 | 100101 | 111101 |
Color Harmonies of #A577C0
Complementary color
Monochromatic Colors of #A577C0
Black with #A577C0
Text Example
Text Example
White with #A577C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577C0; }
p { color: rgb(165,119,192); }
H1.HeaderClassName
{
color: #A577C0;
}
.AnyTagClassName
{
color: #A577C0;
}
</style>
background-color css
<style>
a { background-color: #A577C0; }
a { background-color: rgb(165,119,192); }
div.DivClassName
{
background-color: #A577C0;
}
.BgClassName
{
background-color: #A577C0;
}
</style>
border-color css
<style>
span { border-color: #A577C0; }
span { border-color: rgb(165,119,192); }
td.TdClassName
{
border-color: #A577C0;
}
.TagClassName
{
border-color: #A577C0;
}
</style>