Html Css Color HEX #A170BA Purple Mountain's Majesty
📋 copy color: '#A170BA'red 161 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #A170BA
Tints of Purple Mountain's Majesty #A170BA
RGB
CMYK
RGB Variations
Color information
#A170BA (or 0xA170BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 70 and BA. RGB value is (161,112,186). Sum of RGB (Red+Green+Blue) = 161+112+186=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A170BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170BA is #5E8F45. Grayscale: #868686. Windows color (decimal): -6197062 or 12218529. OLE color: 12218529.
HSL color Cylindrical-coordinate representation of color #A170BA: hue angle of 279.73º 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 #A170BA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 112 | 186 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.27 |
| HSL | 279.73º | 0.35% | 0.58% | - |
| HSV(B) | 279.73º | 0.4% | 0.73% | - |
| XYZ | 29.36 | 22.71 | 49.29 | - |
| YUV | 135.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 186 | 0.13 | 0.40 | 0 | 0.27 | 279.73 | 0.35 | 0.58 |
| Hex | A1 | 70 | BA | D | 28 | 0 | 1B | 118 | 23 | 3A |
| Octal | 241 | 160 | 272 | 15 | 50 | 0 | 33 | 430 | 43 | 72 |
| Binary | 10100001 | 1110000 | 10111010 | 1101 | 101000 | 0 | 11011 | 100011000 | 100011 | 111010 |
Color Harmonies of #A170BA
Complementary color
Monochromatic Colors of #A170BA
Black with #A170BA
Text Example
Text Example
White with #A170BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170BA; }
p { color: rgb(161,112,186); }
H1.HeaderClassName
{
color: #A170BA;
}
.AnyTagClassName
{
color: #A170BA;
}
</style>
background-color css
<style>
a { background-color: #A170BA; }
a { background-color: rgb(161,112,186); }
div.DivClassName
{
background-color: #A170BA;
}
.BgClassName
{
background-color: #A170BA;
}
</style>
border-color css
<style>
span { border-color: #A170BA; }
span { border-color: rgb(161,112,186); }
td.TdClassName
{
border-color: #A170BA;
}
.TagClassName
{
border-color: #A170BA;
}
</style>