Html Css Color HEX #A170BE Purple Mountain's Majesty
📋 copy color: '#A170BE'red 161 ◦ green 112 ◦ blue 190
Shades of Purple Mountain's Majesty #A170BE
Tints of Purple Mountain's Majesty #A170BE
RGB
CMYK
RGB Variations
Color information
#A170BE (or 0xA170BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 70 and BE. RGB value is (161,112,190). Sum of RGB (Red+Green+Blue) = 161+112+190=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A170BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170BE is #5E8F41. Grayscale: #878787. Windows color (decimal): -6197058 or 12480673. OLE color: 12480673.
HSL color Cylindrical-coordinate representation of color #A170BE: hue angle of 277.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A170BE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 112 | 190 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.25 |
| HSL | 277.69º | 0.38% | 0.59% | - |
| HSV(B) | 277.69º | 0.41% | 0.75% | - |
| XYZ | 29.79 | 22.88 | 51.56 | - |
| YUV | 135.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 190 | 0.15 | 0.41 | 0 | 0.25 | 277.69 | 0.38 | 0.59 |
| Hex | A1 | 70 | BE | F | 29 | 0 | 19 | 116 | 26 | 3B |
| Octal | 241 | 160 | 276 | 17 | 51 | 0 | 31 | 426 | 46 | 73 |
| Binary | 10100001 | 1110000 | 10111110 | 1111 | 101001 | 0 | 11001 | 100010110 | 100110 | 111011 |
Color Harmonies of #A170BE
Complementary color
Monochromatic Colors of #A170BE
Black with #A170BE
Text Example
Text Example
White with #A170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170BE; }
p { color: rgb(161,112,190); }
H1.HeaderClassName
{
color: #A170BE;
}
.AnyTagClassName
{
color: #A170BE;
}
</style>
background-color css
<style>
a { background-color: #A170BE; }
a { background-color: rgb(161,112,190); }
div.DivClassName
{
background-color: #A170BE;
}
.BgClassName
{
background-color: #A170BE;
}
</style>
border-color css
<style>
span { border-color: #A170BE; }
span { border-color: rgb(161,112,190); }
td.TdClassName
{
border-color: #A170BE;
}
.TagClassName
{
border-color: #A170BE;
}
</style>