Html Css Color HEX #A175C1 Purple Mountain's Majesty
📋 copy color: '#A175C1'red 161 ◦ green 117 ◦ blue 193
Shades of Purple Mountain's Majesty #A175C1
Tints of Purple Mountain's Majesty #A175C1
RGB
CMYK
RGB Variations
Color information
#A175C1 (or 0xA175C1) is known color: Purple Mountain's Majesty. HEX triplet: A1, 75 and C1. RGB value is (161,117,193). Sum of RGB (Red+Green+Blue) = 161+117+193=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #A175C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175C1 is #5E8A3E. Grayscale: #8A8A8A. Windows color (decimal): -6195775 or 12678561. OLE color: 12678561.
HSL color Cylindrical-coordinate representation of color #A175C1: hue angle of 274.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A175C1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 117 | 193 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.24 |
| HSL | 274.74º | 0.38% | 0.61% | - |
| HSV(B) | 274.74º | 0.39% | 0.76% | - |
| XYZ | 30.68 | 24.15 | 53.5 | - |
| YUV | 138.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 193 | 0.17 | 0.39 | 0 | 0.24 | 274.74 | 0.38 | 0.61 |
| Hex | A1 | 75 | C1 | 11 | 27 | 0 | 18 | 113 | 26 | 3D |
| Octal | 241 | 165 | 301 | 21 | 47 | 0 | 30 | 423 | 46 | 75 |
| Binary | 10100001 | 1110101 | 11000001 | 10001 | 100111 | 0 | 11000 | 100010011 | 100110 | 111101 |
Color Harmonies of #A175C1
Complementary color
Monochromatic Colors of #A175C1
Black with #A175C1
Text Example
Text Example
White with #A175C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175C1; }
p { color: rgb(161,117,193); }
H1.HeaderClassName
{
color: #A175C1;
}
.AnyTagClassName
{
color: #A175C1;
}
</style>
background-color css
<style>
a { background-color: #A175C1; }
a { background-color: rgb(161,117,193); }
div.DivClassName
{
background-color: #A175C1;
}
.BgClassName
{
background-color: #A175C1;
}
</style>
border-color css
<style>
span { border-color: #A175C1; }
span { border-color: rgb(161,117,193); }
td.TdClassName
{
border-color: #A175C1;
}
.TagClassName
{
border-color: #A175C1;
}
</style>