Html Css Color HEX #A376BC Purple Mountain's Majesty
📋 copy color: '#A376BC'red 163 ◦ green 118 ◦ blue 188
Shades of Purple Mountain's Majesty #A376BC
Tints of Purple Mountain's Majesty #A376BC
RGB
CMYK
RGB Variations
Color information
#A376BC (or 0xA376BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 76 and BC. RGB value is (163,118,188). Sum of RGB (Red+Green+Blue) = 163+118+188=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A376BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376BC is #5C8943. Grayscale: #8B8B8B. Windows color (decimal): -6064452 or 12351139. OLE color: 12351139.
HSL color Cylindrical-coordinate representation of color #A376BC: hue angle of 278.57º 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 #A376BC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 118 | 188 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.26 |
| HSL | 278.57º | 0.34% | 0.6% | - |
| HSV(B) | 278.57º | 0.37% | 0.74% | - |
| XYZ | 30.66 | 24.37 | 50.67 | - |
| YUV | 139.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 188 | 0.13 | 0.37 | 0 | 0.26 | 278.57 | 0.34 | 0.6 |
| Hex | A3 | 76 | BC | D | 25 | 0 | 1A | 117 | 22 | 3C |
| Octal | 243 | 166 | 274 | 15 | 45 | 0 | 32 | 427 | 42 | 74 |
| Binary | 10100011 | 1110110 | 10111100 | 1101 | 100101 | 0 | 11010 | 100010111 | 100010 | 111100 |
Color Harmonies of #A376BC
Complementary color
Monochromatic Colors of #A376BC
Black with #A376BC
Text Example
Text Example
White with #A376BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376BC; }
p { color: rgb(163,118,188); }
H1.HeaderClassName
{
color: #A376BC;
}
.AnyTagClassName
{
color: #A376BC;
}
</style>
background-color css
<style>
a { background-color: #A376BC; }
a { background-color: rgb(163,118,188); }
div.DivClassName
{
background-color: #A376BC;
}
.BgClassName
{
background-color: #A376BC;
}
</style>
border-color css
<style>
span { border-color: #A376BC; }
span { border-color: rgb(163,118,188); }
td.TdClassName
{
border-color: #A376BC;
}
.TagClassName
{
border-color: #A376BC;
}
</style>