Html Css Color HEX #A373C2 Purple Mountain's Majesty
📋 copy color: '#A373C2'red 163 ◦ green 115 ◦ blue 194
Shades of Purple Mountain's Majesty #A373C2
Tints of Purple Mountain's Majesty #A373C2
RGB
CMYK
RGB Variations
Color information
#A373C2 (or 0xA373C2) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and C2. RGB value is (163,115,194). Sum of RGB (Red+Green+Blue) = 163+115+194=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #A373C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373C2 is #5C8C3D. Grayscale: #8A8A8A. Windows color (decimal): -6065214 or 12743587. OLE color: 12743587.
HSL color Cylindrical-coordinate representation of color #A373C2: hue angle of 276.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A373C2 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 115 | 194 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.24 |
| HSL | 276.46º | 0.39% | 0.61% | - |
| HSV(B) | 276.46º | 0.41% | 0.76% | - |
| XYZ | 30.97 | 23.94 | 54.03 | - |
| YUV | 138.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 194 | 0.16 | 0.41 | 0 | 0.24 | 276.46 | 0.39 | 0.61 |
| Hex | A3 | 73 | C2 | 10 | 29 | 0 | 18 | 114 | 27 | 3D |
| Octal | 243 | 163 | 302 | 20 | 51 | 0 | 30 | 424 | 47 | 75 |
| Binary | 10100011 | 1110011 | 11000010 | 10000 | 101001 | 0 | 11000 | 100010100 | 100111 | 111101 |
Color Harmonies of #A373C2
Complementary color
Monochromatic Colors of #A373C2
Black with #A373C2
Text Example
Text Example
White with #A373C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373C2; }
p { color: rgb(163,115,194); }
H1.HeaderClassName
{
color: #A373C2;
}
.AnyTagClassName
{
color: #A373C2;
}
</style>
background-color css
<style>
a { background-color: #A373C2; }
a { background-color: rgb(163,115,194); }
div.DivClassName
{
background-color: #A373C2;
}
.BgClassName
{
background-color: #A373C2;
}
</style>
border-color css
<style>
span { border-color: #A373C2; }
span { border-color: rgb(163,115,194); }
td.TdClassName
{
border-color: #A373C2;
}
.TagClassName
{
border-color: #A373C2;
}
</style>