Html Css Color HEX #A37BC3 Purple Mountain's Majesty
📋 copy color: '#A37BC3'red 163 ◦ green 123 ◦ blue 195
Shades of Purple Mountain's Majesty #A37BC3
Tints of Purple Mountain's Majesty #A37BC3
RGB
CMYK
RGB Variations
Color information
#A37BC3 (or 0xA37BC3) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7B and C3. RGB value is (163,123,195). Sum of RGB (Red+Green+Blue) = 163+123+195=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #A37BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC3 is #5C843C. Grayscale: #8E8E8E. Windows color (decimal): -6063165 or 12811171. OLE color: 12811171.
HSL color Cylindrical-coordinate representation of color #A37BC3: hue angle of 273.33º 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 #A37BC3 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 123 | 195 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.24 |
| HSL | 273.33º | 0.38% | 0.62% | - |
| HSV(B) | 273.33º | 0.37% | 0.76% | - |
| XYZ | 32.04 | 25.89 | 54.94 | - |
| YUV | 143.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 195 | 0.16 | 0.37 | 0 | 0.24 | 273.33 | 0.38 | 0.62 |
| Hex | A3 | 7B | C3 | 10 | 25 | 0 | 18 | 111 | 26 | 3E |
| Octal | 243 | 173 | 303 | 20 | 45 | 0 | 30 | 421 | 46 | 76 |
| Binary | 10100011 | 1111011 | 11000011 | 10000 | 100101 | 0 | 11000 | 100010001 | 100110 | 111110 |
Color Harmonies of #A37BC3
Complementary color
Monochromatic Colors of #A37BC3
Black with #A37BC3
Text Example
Text Example
White with #A37BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BC3; }
p { color: rgb(163,123,195); }
H1.HeaderClassName
{
color: #A37BC3;
}
.AnyTagClassName
{
color: #A37BC3;
}
</style>
background-color css
<style>
a { background-color: #A37BC3; }
a { background-color: rgb(163,123,195); }
div.DivClassName
{
background-color: #A37BC3;
}
.BgClassName
{
background-color: #A37BC3;
}
</style>
border-color css
<style>
span { border-color: #A37BC3; }
span { border-color: rgb(163,123,195); }
td.TdClassName
{
border-color: #A37BC3;
}
.TagClassName
{
border-color: #A37BC3;
}
</style>