Html Css Color HEX #A17CC1 Purple Mountain's Majesty
📋 copy color: '#A17CC1'red 161 ◦ green 124 ◦ blue 193
Shades of Purple Mountain's Majesty #A17CC1
Tints of Purple Mountain's Majesty #A17CC1
RGB
CMYK
RGB Variations
Color information
#A17CC1 (or 0xA17CC1) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7C and C1. RGB value is (161,124,193). Sum of RGB (Red+Green+Blue) = 161+124+193=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A17CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CC1 is #5E833E. Grayscale: #8E8E8E. Windows color (decimal): -6193983 or 12680353. OLE color: 12680353.
HSL color Cylindrical-coordinate representation of color #A17CC1: hue angle of 272.17º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A17CC1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 124 | 193 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.24 |
| HSL | 272.17º | 0.36% | 0.62% | - |
| HSV(B) | 272.17º | 0.36% | 0.76% | - |
| XYZ | 31.53 | 25.84 | 53.78 | - |
| YUV | 142.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 193 | 0.17 | 0.36 | 0 | 0.24 | 272.17 | 0.36 | 0.62 |
| Hex | A1 | 7C | C1 | 11 | 24 | 0 | 18 | 110 | 24 | 3E |
| Octal | 241 | 174 | 301 | 21 | 44 | 0 | 30 | 420 | 44 | 76 |
| Binary | 10100001 | 1111100 | 11000001 | 10001 | 100100 | 0 | 11000 | 100010000 | 100100 | 111110 |
Color Harmonies of #A17CC1
Complementary color
Monochromatic Colors of #A17CC1
Black with #A17CC1
Text Example
Text Example
White with #A17CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CC1; }
p { color: rgb(161,124,193); }
H1.HeaderClassName
{
color: #A17CC1;
}
.AnyTagClassName
{
color: #A17CC1;
}
</style>
background-color css
<style>
a { background-color: #A17CC1; }
a { background-color: rgb(161,124,193); }
div.DivClassName
{
background-color: #A17CC1;
}
.BgClassName
{
background-color: #A17CC1;
}
</style>
border-color css
<style>
span { border-color: #A17CC1; }
span { border-color: rgb(161,124,193); }
td.TdClassName
{
border-color: #A17CC1;
}
.TagClassName
{
border-color: #A17CC1;
}
</style>