Html Css Color HEX #A170B9 Purple Mountain's Majesty
📋 copy color: '#A170B9'red 161 ◦ green 112 ◦ blue 185
Shades of Purple Mountain's Majesty #A170B9
Tints of Purple Mountain's Majesty #A170B9
RGB
CMYK
RGB Variations
Color information
#A170B9 (or 0xA170B9) is known color: Purple Mountain's Majesty. HEX triplet: A1, 70 and B9. RGB value is (161,112,185). Sum of RGB (Red+Green+Blue) = 161+112+185=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A170B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170B9 is #5E8F46. Grayscale: #868686. Windows color (decimal): -6197063 or 12152993. OLE color: 12152993.
HSL color Cylindrical-coordinate representation of color #A170B9: hue angle of 280.27º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A170B9 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 112 | 185 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.27 |
| HSL | 280.27º | 0.34% | 0.58% | - |
| HSV(B) | 280.27º | 0.39% | 0.73% | - |
| XYZ | 29.25 | 22.67 | 48.73 | - |
| YUV | 134.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 185 | 0.13 | 0.39 | 0 | 0.27 | 280.27 | 0.34 | 0.58 |
| Hex | A1 | 70 | B9 | D | 27 | 0 | 1B | 118 | 22 | 3A |
| Octal | 241 | 160 | 271 | 15 | 47 | 0 | 33 | 430 | 42 | 72 |
| Binary | 10100001 | 1110000 | 10111001 | 1101 | 100111 | 0 | 11011 | 100011000 | 100010 | 111010 |
Color Harmonies of #A170B9
Complementary color
Monochromatic Colors of #A170B9
Black with #A170B9
Text Example
Text Example
White with #A170B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170B9; }
p { color: rgb(161,112,185); }
H1.HeaderClassName
{
color: #A170B9;
}
.AnyTagClassName
{
color: #A170B9;
}
</style>
background-color css
<style>
a { background-color: #A170B9; }
a { background-color: rgb(161,112,185); }
div.DivClassName
{
background-color: #A170B9;
}
.BgClassName
{
background-color: #A170B9;
}
</style>
border-color css
<style>
span { border-color: #A170B9; }
span { border-color: rgb(161,112,185); }
td.TdClassName
{
border-color: #A170B9;
}
.TagClassName
{
border-color: #A170B9;
}
</style>