Html Css Color HEX #A174BC Purple Mountain's Majesty
📋 copy color: '#A174BC'red 161 ◦ green 116 ◦ blue 188
Shades of Purple Mountain's Majesty #A174BC
Tints of Purple Mountain's Majesty #A174BC
RGB
CMYK
RGB Variations
Color information
#A174BC (or 0xA174BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 74 and BC. RGB value is (161,116,188). Sum of RGB (Red+Green+Blue) = 161+116+188=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A174BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174BC is #5E8B43. Grayscale: #898989. Windows color (decimal): -6196036 or 12350625. OLE color: 12350625.
HSL color Cylindrical-coordinate representation of color #A174BC: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A174BC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 116 | 188 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.26 |
| HSL | 277.5º | 0.35% | 0.6% | - |
| HSV(B) | 277.5º | 0.38% | 0.74% | - |
| XYZ | 30.02 | 23.7 | 50.57 | - |
| YUV | 137.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 188 | 0.14 | 0.38 | 0 | 0.26 | 277.5 | 0.35 | 0.6 |
| Hex | A1 | 74 | BC | E | 26 | 0 | 1A | 116 | 23 | 3C |
| Octal | 241 | 164 | 274 | 16 | 46 | 0 | 32 | 426 | 43 | 74 |
| Binary | 10100001 | 1110100 | 10111100 | 1110 | 100110 | 0 | 11010 | 100010110 | 100011 | 111100 |
Color Harmonies of #A174BC
Complementary color
Monochromatic Colors of #A174BC
Black with #A174BC
Text Example
Text Example
White with #A174BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174BC; }
p { color: rgb(161,116,188); }
H1.HeaderClassName
{
color: #A174BC;
}
.AnyTagClassName
{
color: #A174BC;
}
</style>
background-color css
<style>
a { background-color: #A174BC; }
a { background-color: rgb(161,116,188); }
div.DivClassName
{
background-color: #A174BC;
}
.BgClassName
{
background-color: #A174BC;
}
</style>
border-color css
<style>
span { border-color: #A174BC; }
span { border-color: rgb(161,116,188); }
td.TdClassName
{
border-color: #A174BC;
}
.TagClassName
{
border-color: #A174BC;
}
</style>