Html Css Color HEX #A271BA Purple Mountain's Majesty
📋 copy color: '#A271BA'red 162 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #A271BA
Tints of Purple Mountain's Majesty #A271BA
RGB
CMYK
RGB Variations
Color information
#A271BA (or 0xA271BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and BA. RGB value is (162,113,186). Sum of RGB (Red+Green+Blue) = 162+113+186=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271BA is #5D8E45. Grayscale: #878787. Windows color (decimal): -6131270 or 12218786. OLE color: 12218786.
HSL color Cylindrical-coordinate representation of color #A271BA: hue angle of 280.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A271BA is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 113 | 186 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.27 |
| HSL | 280.27º | 0.35% | 0.59% | - |
| HSV(B) | 280.27º | 0.39% | 0.73% | - |
| XYZ | 29.67 | 23.04 | 49.34 | - |
| YUV | 135.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 186 | 0.13 | 0.39 | 0 | 0.27 | 280.27 | 0.35 | 0.59 |
| Hex | A2 | 71 | BA | D | 27 | 0 | 1B | 118 | 23 | 3B |
| Octal | 242 | 161 | 272 | 15 | 47 | 0 | 33 | 430 | 43 | 73 |
| Binary | 10100010 | 1110001 | 10111010 | 1101 | 100111 | 0 | 11011 | 100011000 | 100011 | 111011 |
Color Harmonies of #A271BA
Complementary color
Monochromatic Colors of #A271BA
Black with #A271BA
Text Example
Text Example
White with #A271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271BA; }
p { color: rgb(162,113,186); }
H1.HeaderClassName
{
color: #A271BA;
}
.AnyTagClassName
{
color: #A271BA;
}
</style>
background-color css
<style>
a { background-color: #A271BA; }
a { background-color: rgb(162,113,186); }
div.DivClassName
{
background-color: #A271BA;
}
.BgClassName
{
background-color: #A271BA;
}
</style>
border-color css
<style>
span { border-color: #A271BA; }
span { border-color: rgb(162,113,186); }
td.TdClassName
{
border-color: #A271BA;
}
.TagClassName
{
border-color: #A271BA;
}
</style>