Html Css Color HEX #A37AC0 Purple Mountain's Majesty
📋 copy color: '#A37AC0'red 163 ◦ green 122 ◦ blue 192
Shades of Purple Mountain's Majesty #A37AC0
Tints of Purple Mountain's Majesty #A37AC0
RGB
CMYK
RGB Variations
Color information
#A37AC0 (or 0xA37AC0) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and C0. RGB value is (163,122,192). Sum of RGB (Red+Green+Blue) = 163+122+192=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A37AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC0 is #5C853F. Grayscale: #8E8E8E. Windows color (decimal): -6063424 or 12614307. OLE color: 12614307.
HSL color Cylindrical-coordinate representation of color #A37AC0: hue angle of 275.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37AC0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 122 | 192 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.25 |
| HSL | 275.14º | 0.36% | 0.62% | - |
| HSV(B) | 275.14º | 0.36% | 0.75% | - |
| XYZ | 31.58 | 25.51 | 53.13 | - |
| YUV | 142.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 192 | 0.15 | 0.36 | 0 | 0.25 | 275.14 | 0.36 | 0.62 |
| Hex | A3 | 7A | C0 | F | 24 | 0 | 19 | 113 | 24 | 3E |
| Octal | 243 | 172 | 300 | 17 | 44 | 0 | 31 | 423 | 44 | 76 |
| Binary | 10100011 | 1111010 | 11000000 | 1111 | 100100 | 0 | 11001 | 100010011 | 100100 | 111110 |
Color Harmonies of #A37AC0
Complementary color
Monochromatic Colors of #A37AC0
Black with #A37AC0
Text Example
Text Example
White with #A37AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AC0; }
p { color: rgb(163,122,192); }
H1.HeaderClassName
{
color: #A37AC0;
}
.AnyTagClassName
{
color: #A37AC0;
}
</style>
background-color css
<style>
a { background-color: #A37AC0; }
a { background-color: rgb(163,122,192); }
div.DivClassName
{
background-color: #A37AC0;
}
.BgClassName
{
background-color: #A37AC0;
}
</style>
border-color css
<style>
span { border-color: #A37AC0; }
span { border-color: rgb(163,122,192); }
td.TdClassName
{
border-color: #A37AC0;
}
.TagClassName
{
border-color: #A37AC0;
}
</style>