Html Css Color HEX #A377BD Purple Mountain's Majesty
📋 copy color: '#A377BD'red 163 ◦ green 119 ◦ blue 189
Shades of Purple Mountain's Majesty #A377BD
Tints of Purple Mountain's Majesty #A377BD
RGB
CMYK
RGB Variations
Color information
#A377BD (or 0xA377BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and BD. RGB value is (163,119,189). Sum of RGB (Red+Green+Blue) = 163+119+189=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A377BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BD is #5C8842. Grayscale: #8B8B8B. Windows color (decimal): -6064195 or 12416931. OLE color: 12416931.
HSL color Cylindrical-coordinate representation of color #A377BD: hue angle of 277.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A377BD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 119 | 189 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.26 |
| HSL | 277.71º | 0.35% | 0.6% | - |
| HSV(B) | 277.71º | 0.37% | 0.74% | - |
| XYZ | 30.89 | 24.65 | 51.27 | - |
| YUV | 140.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 189 | 0.14 | 0.37 | 0 | 0.26 | 277.71 | 0.35 | 0.6 |
| Hex | A3 | 77 | BD | E | 25 | 0 | 1A | 116 | 23 | 3C |
| Octal | 243 | 167 | 275 | 16 | 45 | 0 | 32 | 426 | 43 | 74 |
| Binary | 10100011 | 1110111 | 10111101 | 1110 | 100101 | 0 | 11010 | 100010110 | 100011 | 111100 |
Color Harmonies of #A377BD
Complementary color
Monochromatic Colors of #A377BD
Black with #A377BD
Text Example
Text Example
White with #A377BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377BD; }
p { color: rgb(163,119,189); }
H1.HeaderClassName
{
color: #A377BD;
}
.AnyTagClassName
{
color: #A377BD;
}
</style>
background-color css
<style>
a { background-color: #A377BD; }
a { background-color: rgb(163,119,189); }
div.DivClassName
{
background-color: #A377BD;
}
.BgClassName
{
background-color: #A377BD;
}
</style>
border-color css
<style>
span { border-color: #A377BD; }
span { border-color: rgb(163,119,189); }
td.TdClassName
{
border-color: #A377BD;
}
.TagClassName
{
border-color: #A377BD;
}
</style>