Html Css Color HEX #A37BC1 Purple Mountain's Majesty
📋 copy color: '#A37BC1'red 163 ◦ green 123 ◦ blue 193
Shades of Purple Mountain's Majesty #A37BC1
Tints of Purple Mountain's Majesty #A37BC1
RGB
CMYK
RGB Variations
Color information
#A37BC1 (or 0xA37BC1) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7B and C1. RGB value is (163,123,193). Sum of RGB (Red+Green+Blue) = 163+123+193=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC1 is #5C843E. Grayscale: #8E8E8E. Windows color (decimal): -6063167 or 12680099. OLE color: 12680099.
HSL color Cylindrical-coordinate representation of color #A37BC1: hue angle of 274.29º 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 #A37BC1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 123 | 193 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.24 |
| HSL | 274.29º | 0.36% | 0.62% | - |
| HSV(B) | 274.29º | 0.36% | 0.76% | - |
| XYZ | 31.81 | 25.8 | 53.76 | - |
| YUV | 142.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 193 | 0.16 | 0.36 | 0 | 0.24 | 274.29 | 0.36 | 0.62 |
| Hex | A3 | 7B | C1 | 10 | 24 | 0 | 18 | 112 | 24 | 3E |
| Octal | 243 | 173 | 301 | 20 | 44 | 0 | 30 | 422 | 44 | 76 |
| Binary | 10100011 | 1111011 | 11000001 | 10000 | 100100 | 0 | 11000 | 100010010 | 100100 | 111110 |
Color Harmonies of #A37BC1
Complementary color
Monochromatic Colors of #A37BC1
Black with #A37BC1
Text Example
Text Example
White with #A37BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BC1; }
p { color: rgb(163,123,193); }
H1.HeaderClassName
{
color: #A37BC1;
}
.AnyTagClassName
{
color: #A37BC1;
}
</style>
background-color css
<style>
a { background-color: #A37BC1; }
a { background-color: rgb(163,123,193); }
div.DivClassName
{
background-color: #A37BC1;
}
.BgClassName
{
background-color: #A37BC1;
}
</style>
border-color css
<style>
span { border-color: #A37BC1; }
span { border-color: rgb(163,123,193); }
td.TdClassName
{
border-color: #A37BC1;
}
.TagClassName
{
border-color: #A37BC1;
}
</style>