Html Css Color HEX #A476BA Purple Mountain's Majesty
📋 copy color: '#A476BA'red 164 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #A476BA
Tints of Purple Mountain's Majesty #A476BA
RGB
CMYK
RGB Variations
Color information
#A476BA (or 0xA476BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and BA. RGB value is (164,118,186). Sum of RGB (Red+Green+Blue) = 164+118+186=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A476BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BA is #5B8945. Grayscale: #8B8B8B. Windows color (decimal): -5998918 or 12220068. OLE color: 12220068.
HSL color Cylindrical-coordinate representation of color #A476BA: hue angle of 280.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A476BA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 118 | 186 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.27 |
| HSL | 280.59º | 0.33% | 0.6% | - |
| HSV(B) | 280.59º | 0.37% | 0.73% | - |
| XYZ | 30.65 | 24.39 | 49.55 | - |
| YUV | 139.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 186 | 0.12 | 0.37 | 0 | 0.27 | 280.59 | 0.33 | 0.6 |
| Hex | A4 | 76 | BA | C | 25 | 0 | 1B | 119 | 21 | 3C |
| Octal | 244 | 166 | 272 | 14 | 45 | 0 | 33 | 431 | 41 | 74 |
| Binary | 10100100 | 1110110 | 10111010 | 1100 | 100101 | 0 | 11011 | 100011001 | 100001 | 111100 |
Color Harmonies of #A476BA
Complementary color
Monochromatic Colors of #A476BA
Black with #A476BA
Text Example
Text Example
White with #A476BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476BA; }
p { color: rgb(164,118,186); }
H1.HeaderClassName
{
color: #A476BA;
}
.AnyTagClassName
{
color: #A476BA;
}
</style>
background-color css
<style>
a { background-color: #A476BA; }
a { background-color: rgb(164,118,186); }
div.DivClassName
{
background-color: #A476BA;
}
.BgClassName
{
background-color: #A476BA;
}
</style>
border-color css
<style>
span { border-color: #A476BA; }
span { border-color: rgb(164,118,186); }
td.TdClassName
{
border-color: #A476BA;
}
.TagClassName
{
border-color: #A476BA;
}
</style>