Html Css Color HEX #A377BC Purple Mountain's Majesty
📋 copy color: '#A377BC'red 163 ◦ green 119 ◦ blue 188
Shades of Purple Mountain's Majesty #A377BC
Tints of Purple Mountain's Majesty #A377BC
RGB
CMYK
RGB Variations
Color information
#A377BC (or 0xA377BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 77 and BC. RGB value is (163,119,188). Sum of RGB (Red+Green+Blue) = 163+119+188=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A377BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BC is #5C8843. Grayscale: #8B8B8B. Windows color (decimal): -6064196 or 12351395. OLE color: 12351395.
HSL color Cylindrical-coordinate representation of color #A377BC: hue angle of 278.26º degrees, saturation: 0.34, 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 #A377BC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 119 | 188 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.26 |
| HSL | 278.26º | 0.34% | 0.6% | - |
| HSV(B) | 278.26º | 0.37% | 0.74% | - |
| XYZ | 30.78 | 24.61 | 50.71 | - |
| YUV | 140.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 188 | 0.13 | 0.37 | 0 | 0.26 | 278.26 | 0.34 | 0.6 |
| Hex | A3 | 77 | BC | D | 25 | 0 | 1A | 116 | 22 | 3C |
| Octal | 243 | 167 | 274 | 15 | 45 | 0 | 32 | 426 | 42 | 74 |
| Binary | 10100011 | 1110111 | 10111100 | 1101 | 100101 | 0 | 11010 | 100010110 | 100010 | 111100 |
Color Harmonies of #A377BC
Complementary color
Monochromatic Colors of #A377BC
Black with #A377BC
Text Example
Text Example
White with #A377BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377BC; }
p { color: rgb(163,119,188); }
H1.HeaderClassName
{
color: #A377BC;
}
.AnyTagClassName
{
color: #A377BC;
}
</style>
background-color css
<style>
a { background-color: #A377BC; }
a { background-color: rgb(163,119,188); }
div.DivClassName
{
background-color: #A377BC;
}
.BgClassName
{
background-color: #A377BC;
}
</style>
border-color css
<style>
span { border-color: #A377BC; }
span { border-color: rgb(163,119,188); }
td.TdClassName
{
border-color: #A377BC;
}
.TagClassName
{
border-color: #A377BC;
}
</style>