Html Css Color HEX #A470BA Purple Mountain's Majesty
📋 copy color: '#A470BA'red 164 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #A470BA
Tints of Purple Mountain's Majesty #A470BA
RGB
CMYK
RGB Variations
Color information
#A470BA (or 0xA470BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and BA. RGB value is (164,112,186). Sum of RGB (Red+Green+Blue) = 164+112+186=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A470BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BA is #5B8F45. Grayscale: #878787. Windows color (decimal): -6000454 or 12218532. OLE color: 12218532.
HSL color Cylindrical-coordinate representation of color #A470BA: hue angle of 282.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A470BA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 112 | 186 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.27 |
| HSL | 282.16º | 0.35% | 0.58% | - |
| HSV(B) | 282.16º | 0.4% | 0.73% | - |
| XYZ | 29.97 | 23.03 | 49.32 | - |
| YUV | 135.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 186 | 0.12 | 0.40 | 0 | 0.27 | 282.16 | 0.35 | 0.58 |
| Hex | A4 | 70 | BA | C | 28 | 0 | 1B | 11A | 23 | 3A |
| Octal | 244 | 160 | 272 | 14 | 50 | 0 | 33 | 432 | 43 | 72 |
| Binary | 10100100 | 1110000 | 10111010 | 1100 | 101000 | 0 | 11011 | 100011010 | 100011 | 111010 |
Color Harmonies of #A470BA
Complementary color
Monochromatic Colors of #A470BA
Black with #A470BA
Text Example
Text Example
White with #A470BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470BA; }
p { color: rgb(164,112,186); }
H1.HeaderClassName
{
color: #A470BA;
}
.AnyTagClassName
{
color: #A470BA;
}
</style>
background-color css
<style>
a { background-color: #A470BA; }
a { background-color: rgb(164,112,186); }
div.DivClassName
{
background-color: #A470BA;
}
.BgClassName
{
background-color: #A470BA;
}
</style>
border-color css
<style>
span { border-color: #A470BA; }
span { border-color: rgb(164,112,186); }
td.TdClassName
{
border-color: #A470BA;
}
.TagClassName
{
border-color: #A470BA;
}
</style>