Html Css Color HEX #A376BD Purple Mountain's Majesty
📋 copy color: '#A376BD'red 163 ◦ green 118 ◦ blue 189
Shades of Purple Mountain's Majesty #A376BD
Tints of Purple Mountain's Majesty #A376BD
RGB
CMYK
RGB Variations
Color information
#A376BD (or 0xA376BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 76 and BD. RGB value is (163,118,189). Sum of RGB (Red+Green+Blue) = 163+118+189=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A376BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376BD is #5C8942. Grayscale: #8B8B8B. Windows color (decimal): -6064451 or 12416675. OLE color: 12416675.
HSL color Cylindrical-coordinate representation of color #A376BD: hue angle of 278.03º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A376BD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 118 | 189 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.26 |
| HSL | 278.03º | 0.35% | 0.6% | - |
| HSV(B) | 278.03º | 0.38% | 0.74% | - |
| XYZ | 30.77 | 24.42 | 51.24 | - |
| YUV | 139.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 189 | 0.14 | 0.38 | 0 | 0.26 | 278.03 | 0.35 | 0.6 |
| Hex | A3 | 76 | BD | E | 26 | 0 | 1A | 116 | 23 | 3C |
| Octal | 243 | 166 | 275 | 16 | 46 | 0 | 32 | 426 | 43 | 74 |
| Binary | 10100011 | 1110110 | 10111101 | 1110 | 100110 | 0 | 11010 | 100010110 | 100011 | 111100 |
Color Harmonies of #A376BD
Complementary color
Monochromatic Colors of #A376BD
Black with #A376BD
Text Example
Text Example
White with #A376BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376BD; }
p { color: rgb(163,118,189); }
H1.HeaderClassName
{
color: #A376BD;
}
.AnyTagClassName
{
color: #A376BD;
}
</style>
background-color css
<style>
a { background-color: #A376BD; }
a { background-color: rgb(163,118,189); }
div.DivClassName
{
background-color: #A376BD;
}
.BgClassName
{
background-color: #A376BD;
}
</style>
border-color css
<style>
span { border-color: #A376BD; }
span { border-color: rgb(163,118,189); }
td.TdClassName
{
border-color: #A376BD;
}
.TagClassName
{
border-color: #A376BD;
}
</style>