Html Css Color HEX #A376C2 Purple Mountain's Majesty
📋 copy color: '#A376C2'red 163 ◦ green 118 ◦ blue 194
Shades of Purple Mountain's Majesty #A376C2
Tints of Purple Mountain's Majesty #A376C2
RGB
CMYK
RGB Variations
Color information
#A376C2 (or 0xA376C2) is known color: Purple Mountain's Majesty. HEX triplet: A3, 76 and C2. RGB value is (163,118,194). Sum of RGB (Red+Green+Blue) = 163+118+194=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #A376C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376C2 is #5C893D. Grayscale: #8B8B8B. Windows color (decimal): -6064446 or 12744355. OLE color: 12744355.
HSL color Cylindrical-coordinate representation of color #A376C2: hue angle of 275.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A376C2 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 118 | 194 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.24 |
| HSL | 275.53º | 0.38% | 0.61% | - |
| HSV(B) | 275.53º | 0.39% | 0.76% | - |
| XYZ | 31.32 | 24.64 | 54.14 | - |
| YUV | 140.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 194 | 0.16 | 0.39 | 0 | 0.24 | 275.53 | 0.38 | 0.61 |
| Hex | A3 | 76 | C2 | 10 | 27 | 0 | 18 | 114 | 26 | 3D |
| Octal | 243 | 166 | 302 | 20 | 47 | 0 | 30 | 424 | 46 | 75 |
| Binary | 10100011 | 1110110 | 11000010 | 10000 | 100111 | 0 | 11000 | 100010100 | 100110 | 111101 |
Color Harmonies of #A376C2
Complementary color
Monochromatic Colors of #A376C2
Black with #A376C2
Text Example
Text Example
White with #A376C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376C2; }
p { color: rgb(163,118,194); }
H1.HeaderClassName
{
color: #A376C2;
}
.AnyTagClassName
{
color: #A376C2;
}
</style>
background-color css
<style>
a { background-color: #A376C2; }
a { background-color: rgb(163,118,194); }
div.DivClassName
{
background-color: #A376C2;
}
.BgClassName
{
background-color: #A376C2;
}
</style>
border-color css
<style>
span { border-color: #A376C2; }
span { border-color: rgb(163,118,194); }
td.TdClassName
{
border-color: #A376C2;
}
.TagClassName
{
border-color: #A376C2;
}
</style>