Html Css Color HEX #A476B9 Purple Mountain's Majesty
📋 copy color: '#A476B9'red 164 ◦ green 118 ◦ blue 185
Shades of Purple Mountain's Majesty #A476B9
Tints of Purple Mountain's Majesty #A476B9
RGB
CMYK
RGB Variations
Color information
#A476B9 (or 0xA476B9) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and B9. RGB value is (164,118,185). Sum of RGB (Red+Green+Blue) = 164+118+185=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #A476B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476B9 is #5B8946. Grayscale: #8B8B8B. Windows color (decimal): -5998919 or 12154532. OLE color: 12154532.
HSL color Cylindrical-coordinate representation of color #A476B9: hue angle of 281.19º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A476B9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 118 | 185 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.27 |
| HSL | 281.19º | 0.32% | 0.59% | - |
| HSV(B) | 281.19º | 0.36% | 0.73% | - |
| XYZ | 30.55 | 24.35 | 48.99 | - |
| YUV | 139.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 185 | 0.11 | 0.36 | 0 | 0.27 | 281.19 | 0.32 | 0.59 |
| Hex | A4 | 76 | B9 | B | 24 | 0 | 1B | 119 | 20 | 3B |
| Octal | 244 | 166 | 271 | 13 | 44 | 0 | 33 | 431 | 40 | 73 |
| Binary | 10100100 | 1110110 | 10111001 | 1011 | 100100 | 0 | 11011 | 100011001 | 100000 | 111011 |
Color Harmonies of #A476B9
Complementary color
Monochromatic Colors of #A476B9
Black with #A476B9
Text Example
Text Example
White with #A476B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476B9; }
p { color: rgb(164,118,185); }
H1.HeaderClassName
{
color: #A476B9;
}
.AnyTagClassName
{
color: #A476B9;
}
</style>
background-color css
<style>
a { background-color: #A476B9; }
a { background-color: rgb(164,118,185); }
div.DivClassName
{
background-color: #A476B9;
}
.BgClassName
{
background-color: #A476B9;
}
</style>
border-color css
<style>
span { border-color: #A476B9; }
span { border-color: rgb(164,118,185); }
td.TdClassName
{
border-color: #A476B9;
}
.TagClassName
{
border-color: #A476B9;
}
</style>