Html Css Color HEX #A377B5 Purple Mountain's Majesty
📋 copy color: '#A377B5'red 163 ◦ green 119 ◦ blue 181
Shades of Purple Mountain's Majesty #A377B5
Tints of Purple Mountain's Majesty #A377B5
RGB
CMYK
RGB Variations
Color information
#A377B5 (or 0xA377B5) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and B5. RGB value is (163,119,181). Sum of RGB (Red+Green+Blue) = 163+119+181=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #A377B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377B5 is #5C884A. Grayscale: #8B8B8B. Windows color (decimal): -6064203 or 11892643. OLE color: 11892643.
HSL color Cylindrical-coordinate representation of color #A377B5: hue angle of 282.58º 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 #A377B5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 119 | 181 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.29 |
| HSL | 282.58º | 0.3% | 0.59% | - |
| HSV(B) | 282.58º | 0.34% | 0.71% | - |
| XYZ | 30.04 | 24.32 | 46.83 | - |
| YUV | 139.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 181 | 0.10 | 0.34 | 0 | 0.29 | 282.58 | 0.3 | 0.59 |
| Hex | A3 | 77 | B5 | A | 22 | 0 | 1D | 11B | 1E | 3B |
| Octal | 243 | 167 | 265 | 12 | 42 | 0 | 35 | 433 | 36 | 73 |
| Binary | 10100011 | 1110111 | 10110101 | 1010 | 100010 | 0 | 11101 | 100011011 | 11110 | 111011 |
Color Harmonies of #A377B5
Complementary color
Monochromatic Colors of #A377B5
Black with #A377B5
Text Example
Text Example
White with #A377B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377B5; }
p { color: rgb(163,119,181); }
H1.HeaderClassName
{
color: #A377B5;
}
.AnyTagClassName
{
color: #A377B5;
}
</style>
background-color css
<style>
a { background-color: #A377B5; }
a { background-color: rgb(163,119,181); }
div.DivClassName
{
background-color: #A377B5;
}
.BgClassName
{
background-color: #A377B5;
}
</style>
border-color css
<style>
span { border-color: #A377B5; }
span { border-color: rgb(163,119,181); }
td.TdClassName
{
border-color: #A377B5;
}
.TagClassName
{
border-color: #A377B5;
}
</style>