Html Css Color HEX #A17CC2 Purple Mountain's Majesty
📋 copy color: '#A17CC2'red 161 ◦ green 124 ◦ blue 194
Shades of Purple Mountain's Majesty #A17CC2
Tints of Purple Mountain's Majesty #A17CC2
RGB
CMYK
RGB Variations
Color information
#A17CC2 (or 0xA17CC2) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7C and C2. RGB value is (161,124,194). Sum of RGB (Red+Green+Blue) = 161+124+194=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #A17CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CC2 is #5E833D. Grayscale: #8E8E8E. Windows color (decimal): -6193982 or 12745889. OLE color: 12745889.
HSL color Cylindrical-coordinate representation of color #A17CC2: hue angle of 271.71º 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 #A17CC2 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 124 | 194 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.24 |
| HSL | 271.71º | 0.36% | 0.62% | - |
| HSV(B) | 271.71º | 0.36% | 0.76% | - |
| XYZ | 31.64 | 25.89 | 54.37 | - |
| YUV | 143.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 194 | 0.17 | 0.36 | 0 | 0.24 | 271.71 | 0.36 | 0.62 |
| Hex | A1 | 7C | C2 | 11 | 24 | 0 | 18 | 110 | 24 | 3E |
| Octal | 241 | 174 | 302 | 21 | 44 | 0 | 30 | 420 | 44 | 76 |
| Binary | 10100001 | 1111100 | 11000010 | 10001 | 100100 | 0 | 11000 | 100010000 | 100100 | 111110 |
Color Harmonies of #A17CC2
Complementary color
Monochromatic Colors of #A17CC2
Black with #A17CC2
Text Example
Text Example
White with #A17CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CC2; }
p { color: rgb(161,124,194); }
H1.HeaderClassName
{
color: #A17CC2;
}
.AnyTagClassName
{
color: #A17CC2;
}
</style>
background-color css
<style>
a { background-color: #A17CC2; }
a { background-color: rgb(161,124,194); }
div.DivClassName
{
background-color: #A17CC2;
}
.BgClassName
{
background-color: #A17CC2;
}
</style>
border-color css
<style>
span { border-color: #A17CC2; }
span { border-color: rgb(161,124,194); }
td.TdClassName
{
border-color: #A17CC2;
}
.TagClassName
{
border-color: #A17CC2;
}
</style>