Html Css Color HEX #A471BF Purple Mountain's Majesty
📋 copy color: '#A471BF'red 164 ◦ green 113 ◦ blue 191
Shades of Purple Mountain's Majesty #A471BF
Tints of Purple Mountain's Majesty #A471BF
RGB
CMYK
RGB Variations
Color information
#A471BF (or 0xA471BF) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BF. RGB value is (164,113,191). Sum of RGB (Red+Green+Blue) = 164+113+191=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A471BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BF is #5B8E40. Grayscale: #888888. Windows color (decimal): -6000193 or 12546468. OLE color: 12546468.
HSL color Cylindrical-coordinate representation of color #A471BF: hue angle of 279.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A471BF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 113 | 191 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.25 |
| HSL | 279.23º | 0.38% | 0.6% | - |
| HSV(B) | 279.23º | 0.41% | 0.75% | - |
| XYZ | 30.62 | 23.46 | 52.21 | - |
| YUV | 137.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 191 | 0.14 | 0.41 | 0 | 0.25 | 279.23 | 0.38 | 0.6 |
| Hex | A4 | 71 | BF | E | 29 | 0 | 19 | 117 | 26 | 3C |
| Octal | 244 | 161 | 277 | 16 | 51 | 0 | 31 | 427 | 46 | 74 |
| Binary | 10100100 | 1110001 | 10111111 | 1110 | 101001 | 0 | 11001 | 100010111 | 100110 | 111100 |
Color Harmonies of #A471BF
Complementary color
Monochromatic Colors of #A471BF
Black with #A471BF
Text Example
Text Example
White with #A471BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471BF; }
p { color: rgb(164,113,191); }
H1.HeaderClassName
{
color: #A471BF;
}
.AnyTagClassName
{
color: #A471BF;
}
</style>
background-color css
<style>
a { background-color: #A471BF; }
a { background-color: rgb(164,113,191); }
div.DivClassName
{
background-color: #A471BF;
}
.BgClassName
{
background-color: #A471BF;
}
</style>
border-color css
<style>
span { border-color: #A471BF; }
span { border-color: rgb(164,113,191); }
td.TdClassName
{
border-color: #A471BF;
}
.TagClassName
{
border-color: #A471BF;
}
</style>