Html Css Color HEX #A17AC2 Purple Mountain's Majesty
📋 copy color: '#A17AC2'red 161 ◦ green 122 ◦ blue 194
Shades of Purple Mountain's Majesty #A17AC2
Tints of Purple Mountain's Majesty #A17AC2
RGB
CMYK
RGB Variations
Color information
#A17AC2 (or 0xA17AC2) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7A and C2. RGB value is (161,122,194). Sum of RGB (Red+Green+Blue) = 161+122+194=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #A17AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AC2 is #5E853D. Grayscale: #8D8D8D. Windows color (decimal): -6194494 or 12745377. OLE color: 12745377.
HSL color Cylindrical-coordinate representation of color #A17AC2: hue angle of 272.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17AC2 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 122 | 194 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.24 |
| HSL | 272.5º | 0.37% | 0.62% | - |
| HSV(B) | 272.5º | 0.37% | 0.76% | - |
| XYZ | 31.4 | 25.39 | 54.29 | - |
| YUV | 141.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 194 | 0.17 | 0.37 | 0 | 0.24 | 272.5 | 0.37 | 0.62 |
| Hex | A1 | 7A | C2 | 11 | 25 | 0 | 18 | 110 | 25 | 3E |
| Octal | 241 | 172 | 302 | 21 | 45 | 0 | 30 | 420 | 45 | 76 |
| Binary | 10100001 | 1111010 | 11000010 | 10001 | 100101 | 0 | 11000 | 100010000 | 100101 | 111110 |
Color Harmonies of #A17AC2
Complementary color
Monochromatic Colors of #A17AC2
Black with #A17AC2
Text Example
Text Example
White with #A17AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AC2; }
p { color: rgb(161,122,194); }
H1.HeaderClassName
{
color: #A17AC2;
}
.AnyTagClassName
{
color: #A17AC2;
}
</style>
background-color css
<style>
a { background-color: #A17AC2; }
a { background-color: rgb(161,122,194); }
div.DivClassName
{
background-color: #A17AC2;
}
.BgClassName
{
background-color: #A17AC2;
}
</style>
border-color css
<style>
span { border-color: #A17AC2; }
span { border-color: rgb(161,122,194); }
td.TdClassName
{
border-color: #A17AC2;
}
.TagClassName
{
border-color: #A17AC2;
}
</style>