Html Css Color HEX #A377B9 Purple Mountain's Majesty
📋 copy color: '#A377B9'red 163 ◦ green 119 ◦ blue 185
Shades of Purple Mountain's Majesty #A377B9
Tints of Purple Mountain's Majesty #A377B9
RGB
CMYK
RGB Variations
Color information
#A377B9 (or 0xA377B9) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and B9. RGB value is (163,119,185). Sum of RGB (Red+Green+Blue) = 163+119+185=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #A377B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377B9 is #5C8846. Grayscale: #8B8B8B. Windows color (decimal): -6064199 or 12154787. OLE color: 12154787.
HSL color Cylindrical-coordinate representation of color #A377B9: hue angle of 280º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A377B9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 119 | 185 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.27 |
| HSL | 280º | 0.32% | 0.6% | - |
| HSV(B) | 280º | 0.36% | 0.73% | - |
| XYZ | 30.46 | 24.48 | 49.02 | - |
| YUV | 139.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 185 | 0.12 | 0.36 | 0 | 0.27 | 280 | 0.32 | 0.6 |
| Hex | A3 | 77 | B9 | C | 24 | 0 | 1B | 118 | 20 | 3C |
| Octal | 243 | 167 | 271 | 14 | 44 | 0 | 33 | 430 | 40 | 74 |
| Binary | 10100011 | 1110111 | 10111001 | 1100 | 100100 | 0 | 11011 | 100011000 | 100000 | 111100 |
Color Harmonies of #A377B9
Complementary color
Monochromatic Colors of #A377B9
Black with #A377B9
Text Example
Text Example
White with #A377B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377B9; }
p { color: rgb(163,119,185); }
H1.HeaderClassName
{
color: #A377B9;
}
.AnyTagClassName
{
color: #A377B9;
}
</style>
background-color css
<style>
a { background-color: #A377B9; }
a { background-color: rgb(163,119,185); }
div.DivClassName
{
background-color: #A377B9;
}
.BgClassName
{
background-color: #A377B9;
}
</style>
border-color css
<style>
span { border-color: #A377B9; }
span { border-color: rgb(163,119,185); }
td.TdClassName
{
border-color: #A377B9;
}
.TagClassName
{
border-color: #A377B9;
}
</style>