Html Css Color HEX #A37AC2 Purple Mountain's Majesty
📋 copy color: '#A37AC2'red 163 ◦ green 122 ◦ blue 194
Shades of Purple Mountain's Majesty #A37AC2
Tints of Purple Mountain's Majesty #A37AC2
RGB
CMYK
RGB Variations
Color information
#A37AC2 (or 0xA37AC2) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and C2. RGB value is (163,122,194). Sum of RGB (Red+Green+Blue) = 163+122+194=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #A37AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC2 is #5C853D. Grayscale: #8E8E8E. Windows color (decimal): -6063422 or 12745379. OLE color: 12745379.
HSL color Cylindrical-coordinate representation of color #A37AC2: hue angle of 274.17º degrees, saturation: 0.37, 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 #A37AC2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 122 | 194 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.24 |
| HSL | 274.17º | 0.37% | 0.62% | - |
| HSV(B) | 274.17º | 0.37% | 0.76% | - |
| XYZ | 31.8 | 25.6 | 54.3 | - |
| YUV | 142.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 194 | 0.16 | 0.37 | 0 | 0.24 | 274.17 | 0.37 | 0.62 |
| Hex | A3 | 7A | C2 | 10 | 25 | 0 | 18 | 112 | 25 | 3E |
| Octal | 243 | 172 | 302 | 20 | 45 | 0 | 30 | 422 | 45 | 76 |
| Binary | 10100011 | 1111010 | 11000010 | 10000 | 100101 | 0 | 11000 | 100010010 | 100101 | 111110 |
Color Harmonies of #A37AC2
Complementary color
Monochromatic Colors of #A37AC2
Black with #A37AC2
Text Example
Text Example
White with #A37AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AC2; }
p { color: rgb(163,122,194); }
H1.HeaderClassName
{
color: #A37AC2;
}
.AnyTagClassName
{
color: #A37AC2;
}
</style>
background-color css
<style>
a { background-color: #A37AC2; }
a { background-color: rgb(163,122,194); }
div.DivClassName
{
background-color: #A37AC2;
}
.BgClassName
{
background-color: #A37AC2;
}
</style>
border-color css
<style>
span { border-color: #A37AC2; }
span { border-color: rgb(163,122,194); }
td.TdClassName
{
border-color: #A37AC2;
}
.TagClassName
{
border-color: #A37AC2;
}
</style>