Html Css Color HEX #A173BC Purple Mountain's Majesty
📋 copy color: '#A173BC'red 161 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #A173BC
Tints of Purple Mountain's Majesty #A173BC
RGB
CMYK
RGB Variations
Color information
#A173BC (or 0xA173BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 73 and BC. RGB value is (161,115,188). Sum of RGB (Red+Green+Blue) = 161+115+188=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A173BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BC is #5E8C43. Grayscale: #888888. Windows color (decimal): -6196292 or 12350369. OLE color: 12350369.
HSL color Cylindrical-coordinate representation of color #A173BC: hue angle of 277.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A173BC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 115 | 188 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.26 |
| HSL | 277.81º | 0.35% | 0.59% | - |
| HSV(B) | 277.81º | 0.39% | 0.74% | - |
| XYZ | 29.91 | 23.47 | 50.53 | - |
| YUV | 137.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 188 | 0.14 | 0.39 | 0 | 0.26 | 277.81 | 0.35 | 0.59 |
| Hex | A1 | 73 | BC | E | 27 | 0 | 1A | 116 | 23 | 3B |
| Octal | 241 | 163 | 274 | 16 | 47 | 0 | 32 | 426 | 43 | 73 |
| Binary | 10100001 | 1110011 | 10111100 | 1110 | 100111 | 0 | 11010 | 100010110 | 100011 | 111011 |
Color Harmonies of #A173BC
Complementary color
Monochromatic Colors of #A173BC
Black with #A173BC
Text Example
Text Example
White with #A173BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173BC; }
p { color: rgb(161,115,188); }
H1.HeaderClassName
{
color: #A173BC;
}
.AnyTagClassName
{
color: #A173BC;
}
</style>
background-color css
<style>
a { background-color: #A173BC; }
a { background-color: rgb(161,115,188); }
div.DivClassName
{
background-color: #A173BC;
}
.BgClassName
{
background-color: #A173BC;
}
</style>
border-color css
<style>
span { border-color: #A173BC; }
span { border-color: rgb(161,115,188); }
td.TdClassName
{
border-color: #A173BC;
}
.TagClassName
{
border-color: #A173BC;
}
</style>