Html Css Color HEX #A37CC1 Purple Mountain's Majesty
📋 copy color: '#A37CC1'red 163 ◦ green 124 ◦ blue 193
Shades of Purple Mountain's Majesty #A37CC1
Tints of Purple Mountain's Majesty #A37CC1
RGB
CMYK
RGB Variations
Color information
#A37CC1 (or 0xA37CC1) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7C and C1. RGB value is (163,124,193). Sum of RGB (Red+Green+Blue) = 163+124+193=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CC1 is #5C833E. Grayscale: #8F8F8F. Windows color (decimal): -6062911 or 12680355. OLE color: 12680355.
HSL color Cylindrical-coordinate representation of color #A37CC1: hue angle of 273.91º 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 #A37CC1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 124 | 193 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.24 |
| HSL | 273.91º | 0.36% | 0.62% | - |
| HSV(B) | 273.91º | 0.36% | 0.76% | - |
| XYZ | 31.94 | 26.05 | 53.8 | - |
| YUV | 143.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 193 | 0.16 | 0.36 | 0 | 0.24 | 273.91 | 0.36 | 0.62 |
| Hex | A3 | 7C | C1 | 10 | 24 | 0 | 18 | 112 | 24 | 3E |
| Octal | 243 | 174 | 301 | 20 | 44 | 0 | 30 | 422 | 44 | 76 |
| Binary | 10100011 | 1111100 | 11000001 | 10000 | 100100 | 0 | 11000 | 100010010 | 100100 | 111110 |
Color Harmonies of #A37CC1
Complementary color
Monochromatic Colors of #A37CC1
Black with #A37CC1
Text Example
Text Example
White with #A37CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CC1; }
p { color: rgb(163,124,193); }
H1.HeaderClassName
{
color: #A37CC1;
}
.AnyTagClassName
{
color: #A37CC1;
}
</style>
background-color css
<style>
a { background-color: #A37CC1; }
a { background-color: rgb(163,124,193); }
div.DivClassName
{
background-color: #A37CC1;
}
.BgClassName
{
background-color: #A37CC1;
}
</style>
border-color css
<style>
span { border-color: #A37CC1; }
span { border-color: rgb(163,124,193); }
td.TdClassName
{
border-color: #A37CC1;
}
.TagClassName
{
border-color: #A37CC1;
}
</style>