Html Css Color HEX #A577C4 Purple Mountain's Majesty
📋 copy color: '#A577C4'red 165 ◦ green 119 ◦ blue 196
Shades of Purple Mountain's Majesty #A577C4
Tints of Purple Mountain's Majesty #A577C4
RGB
CMYK
RGB Variations
Color information
#A577C4 (or 0xA577C4) is known color: Purple Mountain's Majesty. HEX triplet: A5, 77 and C4. RGB value is (165,119,196). Sum of RGB (Red+Green+Blue) = 165+119+196=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #A577C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C4 is #5A883B. Grayscale: #8D8D8D. Windows color (decimal): -5933116 or 12875685. OLE color: 12875685.
HSL color Cylindrical-coordinate representation of color #A577C4: hue angle of 275.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A577C4 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 119 | 196 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.23 |
| HSL | 275.84º | 0.39% | 0.62% | - |
| HSV(B) | 275.84º | 0.39% | 0.77% | - |
| XYZ | 32.08 | 25.18 | 55.39 | - |
| YUV | 141.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 196 | 0.16 | 0.39 | 0 | 0.23 | 275.84 | 0.39 | 0.62 |
| Hex | A5 | 77 | C4 | 10 | 27 | 0 | 17 | 114 | 27 | 3E |
| Octal | 245 | 167 | 304 | 20 | 47 | 0 | 27 | 424 | 47 | 76 |
| Binary | 10100101 | 1110111 | 11000100 | 10000 | 100111 | 0 | 10111 | 100010100 | 100111 | 111110 |
Color Harmonies of #A577C4
Complementary color
Monochromatic Colors of #A577C4
Black with #A577C4
Text Example
Text Example
White with #A577C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577C4; }
p { color: rgb(165,119,196); }
H1.HeaderClassName
{
color: #A577C4;
}
.AnyTagClassName
{
color: #A577C4;
}
</style>
background-color css
<style>
a { background-color: #A577C4; }
a { background-color: rgb(165,119,196); }
div.DivClassName
{
background-color: #A577C4;
}
.BgClassName
{
background-color: #A577C4;
}
</style>
border-color css
<style>
span { border-color: #A577C4; }
span { border-color: rgb(165,119,196); }
td.TdClassName
{
border-color: #A577C4;
}
.TagClassName
{
border-color: #A577C4;
}
</style>