Html Css Color HEX #A17BC3 Purple Mountain's Majesty
📋 copy color: '#A17BC3'red 161 ◦ green 123 ◦ blue 195
Shades of Purple Mountain's Majesty #A17BC3
Tints of Purple Mountain's Majesty #A17BC3
RGB
CMYK
RGB Variations
Color information
#A17BC3 (or 0xA17BC3) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and C3. RGB value is (161,123,195). Sum of RGB (Red+Green+Blue) = 161+123+195=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #A17BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BC3 is #5E843C. Grayscale: #8E8E8E. Windows color (decimal): -6194237 or 12811169. OLE color: 12811169.
HSL color Cylindrical-coordinate representation of color #A17BC3: hue angle of 271.67º degrees, saturation: 0.38, 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 #A17BC3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 123 | 195 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.24 |
| HSL | 271.67º | 0.38% | 0.62% | - |
| HSV(B) | 271.67º | 0.37% | 0.76% | - |
| XYZ | 31.63 | 25.68 | 54.92 | - |
| YUV | 142.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 195 | 0.17 | 0.37 | 0 | 0.24 | 271.67 | 0.38 | 0.62 |
| Hex | A1 | 7B | C3 | 11 | 25 | 0 | 18 | 110 | 26 | 3E |
| Octal | 241 | 173 | 303 | 21 | 45 | 0 | 30 | 420 | 46 | 76 |
| Binary | 10100001 | 1111011 | 11000011 | 10001 | 100101 | 0 | 11000 | 100010000 | 100110 | 111110 |
Color Harmonies of #A17BC3
Complementary color
Monochromatic Colors of #A17BC3
Black with #A17BC3
Text Example
Text Example
White with #A17BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BC3; }
p { color: rgb(161,123,195); }
H1.HeaderClassName
{
color: #A17BC3;
}
.AnyTagClassName
{
color: #A17BC3;
}
</style>
background-color css
<style>
a { background-color: #A17BC3; }
a { background-color: rgb(161,123,195); }
div.DivClassName
{
background-color: #A17BC3;
}
.BgClassName
{
background-color: #A17BC3;
}
</style>
border-color css
<style>
span { border-color: #A17BC3; }
span { border-color: rgb(161,123,195); }
td.TdClassName
{
border-color: #A17BC3;
}
.TagClassName
{
border-color: #A17BC3;
}
</style>