Html Css Color HEX #A173BD Purple Mountain's Majesty
📋 copy color: '#A173BD'red 161 ◦ green 115 ◦ blue 189
Shades of Purple Mountain's Majesty #A173BD
Tints of Purple Mountain's Majesty #A173BD
RGB
CMYK
RGB Variations
Color information
#A173BD (or 0xA173BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 73 and BD. RGB value is (161,115,189). Sum of RGB (Red+Green+Blue) = 161+115+189=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A173BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BD is #5E8C42. Grayscale: #888888. Windows color (decimal): -6196291 or 12415905. OLE color: 12415905.
HSL color Cylindrical-coordinate representation of color #A173BD: hue angle of 277.3º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A173BD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 115 | 189 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.26 |
| HSL | 277.3º | 0.36% | 0.6% | - |
| HSV(B) | 277.3º | 0.39% | 0.74% | - |
| XYZ | 30.01 | 23.51 | 51.1 | - |
| YUV | 137.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 189 | 0.15 | 0.39 | 0 | 0.26 | 277.3 | 0.36 | 0.6 |
| Hex | A1 | 73 | BD | F | 27 | 0 | 1A | 115 | 24 | 3C |
| Octal | 241 | 163 | 275 | 17 | 47 | 0 | 32 | 425 | 44 | 74 |
| Binary | 10100001 | 1110011 | 10111101 | 1111 | 100111 | 0 | 11010 | 100010101 | 100100 | 111100 |
Color Harmonies of #A173BD
Complementary color
Monochromatic Colors of #A173BD
Black with #A173BD
Text Example
Text Example
White with #A173BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173BD; }
p { color: rgb(161,115,189); }
H1.HeaderClassName
{
color: #A173BD;
}
.AnyTagClassName
{
color: #A173BD;
}
</style>
background-color css
<style>
a { background-color: #A173BD; }
a { background-color: rgb(161,115,189); }
div.DivClassName
{
background-color: #A173BD;
}
.BgClassName
{
background-color: #A173BD;
}
</style>
border-color css
<style>
span { border-color: #A173BD; }
span { border-color: rgb(161,115,189); }
td.TdClassName
{
border-color: #A173BD;
}
.TagClassName
{
border-color: #A173BD;
}
</style>