Html Css Color HEX #A572BA Purple Mountain's Majesty
📋 copy color: '#A572BA'red 165 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #A572BA
Tints of Purple Mountain's Majesty #A572BA
RGB
CMYK
RGB Variations
Color information
#A572BA (or 0xA572BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 72 and BA. RGB value is (165,114,186). Sum of RGB (Red+Green+Blue) = 165+114+186=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A572BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BA is #5A8D45. Grayscale: #898989. Windows color (decimal): -5934406 or 12219045. OLE color: 12219045.
HSL color Cylindrical-coordinate representation of color #A572BA: hue angle of 282.5º degrees, saturation: 0.34, 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 #A572BA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 114 | 186 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.27 |
| HSL | 282.5º | 0.34% | 0.59% | - |
| HSV(B) | 282.5º | 0.39% | 0.73% | - |
| XYZ | 30.4 | 23.58 | 49.4 | - |
| YUV | 137.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 186 | 0.11 | 0.39 | 0 | 0.27 | 282.5 | 0.34 | 0.59 |
| Hex | A5 | 72 | BA | B | 27 | 0 | 1B | 11A | 22 | 3B |
| Octal | 245 | 162 | 272 | 13 | 47 | 0 | 33 | 432 | 42 | 73 |
| Binary | 10100101 | 1110010 | 10111010 | 1011 | 100111 | 0 | 11011 | 100011010 | 100010 | 111011 |
Color Harmonies of #A572BA
Complementary color
Monochromatic Colors of #A572BA
Black with #A572BA
Text Example
Text Example
White with #A572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572BA; }
p { color: rgb(165,114,186); }
H1.HeaderClassName
{
color: #A572BA;
}
.AnyTagClassName
{
color: #A572BA;
}
</style>
background-color css
<style>
a { background-color: #A572BA; }
a { background-color: rgb(165,114,186); }
div.DivClassName
{
background-color: #A572BA;
}
.BgClassName
{
background-color: #A572BA;
}
</style>
border-color css
<style>
span { border-color: #A572BA; }
span { border-color: rgb(165,114,186); }
td.TdClassName
{
border-color: #A572BA;
}
.TagClassName
{
border-color: #A572BA;
}
</style>