Html Css Color HEX #A571BA Purple Mountain's Majesty
📋 copy color: '#A571BA'red 165 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #A571BA
Tints of Purple Mountain's Majesty #A571BA
RGB
CMYK
RGB Variations
Color information
#A571BA (or 0xA571BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 71 and BA. RGB value is (165,113,186). Sum of RGB (Red+Green+Blue) = 165+113+186=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A571BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571BA is #5A8E45. Grayscale: #888888. Windows color (decimal): -5934662 or 12218789. OLE color: 12218789.
HSL color Cylindrical-coordinate representation of color #A571BA: hue angle of 282.74º 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 #A571BA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 113 | 186 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.27 |
| HSL | 282.74º | 0.35% | 0.59% | - |
| HSV(B) | 282.74º | 0.39% | 0.73% | - |
| XYZ | 30.29 | 23.35 | 49.37 | - |
| YUV | 136.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 186 | 0.11 | 0.39 | 0 | 0.27 | 282.74 | 0.35 | 0.59 |
| Hex | A5 | 71 | BA | B | 27 | 0 | 1B | 11B | 23 | 3B |
| Octal | 245 | 161 | 272 | 13 | 47 | 0 | 33 | 433 | 43 | 73 |
| Binary | 10100101 | 1110001 | 10111010 | 1011 | 100111 | 0 | 11011 | 100011011 | 100011 | 111011 |
Color Harmonies of #A571BA
Complementary color
Monochromatic Colors of #A571BA
Black with #A571BA
Text Example
Text Example
White with #A571BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571BA; }
p { color: rgb(165,113,186); }
H1.HeaderClassName
{
color: #A571BA;
}
.AnyTagClassName
{
color: #A571BA;
}
</style>
background-color css
<style>
a { background-color: #A571BA; }
a { background-color: rgb(165,113,186); }
div.DivClassName
{
background-color: #A571BA;
}
.BgClassName
{
background-color: #A571BA;
}
</style>
border-color css
<style>
span { border-color: #A571BA; }
span { border-color: rgb(165,113,186); }
td.TdClassName
{
border-color: #A571BA;
}
.TagClassName
{
border-color: #A571BA;
}
</style>