Html Css Color HEX #A377BE Purple Mountain's Majesty
📋 copy color: '#A377BE'red 163 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #A377BE
Tints of Purple Mountain's Majesty #A377BE
RGB
CMYK
RGB Variations
Color information
#A377BE (or 0xA377BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and BE. RGB value is (163,119,190). Sum of RGB (Red+Green+Blue) = 163+119+190=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A377BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BE is #5C8841. Grayscale: #8C8C8C. Windows color (decimal): -6064194 or 12482467. OLE color: 12482467.
HSL color Cylindrical-coordinate representation of color #A377BE: hue angle of 277.18º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A377BE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 119 | 190 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.25 |
| HSL | 277.18º | 0.35% | 0.61% | - |
| HSV(B) | 277.18º | 0.37% | 0.75% | - |
| XYZ | 31 | 24.7 | 51.85 | - |
| YUV | 140.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 190 | 0.14 | 0.37 | 0 | 0.25 | 277.18 | 0.35 | 0.61 |
| Hex | A3 | 77 | BE | E | 25 | 0 | 19 | 115 | 23 | 3D |
| Octal | 243 | 167 | 276 | 16 | 45 | 0 | 31 | 425 | 43 | 75 |
| Binary | 10100011 | 1110111 | 10111110 | 1110 | 100101 | 0 | 11001 | 100010101 | 100011 | 111101 |
Color Harmonies of #A377BE
Complementary color
Monochromatic Colors of #A377BE
Black with #A377BE
Text Example
Text Example
White with #A377BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377BE; }
p { color: rgb(163,119,190); }
H1.HeaderClassName
{
color: #A377BE;
}
.AnyTagClassName
{
color: #A377BE;
}
</style>
background-color css
<style>
a { background-color: #A377BE; }
a { background-color: rgb(163,119,190); }
div.DivClassName
{
background-color: #A377BE;
}
.BgClassName
{
background-color: #A377BE;
}
</style>
border-color css
<style>
span { border-color: #A377BE; }
span { border-color: rgb(163,119,190); }
td.TdClassName
{
border-color: #A377BE;
}
.TagClassName
{
border-color: #A377BE;
}
</style>