Html Css Color HEX #A379C0 Purple Mountain's Majesty
📋 copy color: '#A379C0'red 163 ◦ green 121 ◦ blue 192
Shades of Purple Mountain's Majesty #A379C0
Tints of Purple Mountain's Majesty #A379C0
RGB
CMYK
RGB Variations
Color information
#A379C0 (or 0xA379C0) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and C0. RGB value is (163,121,192). Sum of RGB (Red+Green+Blue) = 163+121+192=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #A379C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379C0 is #5C863F. Grayscale: #8D8D8D. Windows color (decimal): -6063680 or 12614051. OLE color: 12614051.
HSL color Cylindrical-coordinate representation of color #A379C0: hue angle of 275.49º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A379C0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 121 | 192 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.25 |
| HSL | 275.49º | 0.36% | 0.61% | - |
| HSV(B) | 275.49º | 0.37% | 0.75% | - |
| XYZ | 31.46 | 25.27 | 53.09 | - |
| YUV | 141.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 192 | 0.15 | 0.37 | 0 | 0.25 | 275.49 | 0.36 | 0.61 |
| Hex | A3 | 79 | C0 | F | 25 | 0 | 19 | 113 | 24 | 3D |
| Octal | 243 | 171 | 300 | 17 | 45 | 0 | 31 | 423 | 44 | 75 |
| Binary | 10100011 | 1111001 | 11000000 | 1111 | 100101 | 0 | 11001 | 100010011 | 100100 | 111101 |
Color Harmonies of #A379C0
Complementary color
Monochromatic Colors of #A379C0
Black with #A379C0
Text Example
Text Example
White with #A379C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379C0; }
p { color: rgb(163,121,192); }
H1.HeaderClassName
{
color: #A379C0;
}
.AnyTagClassName
{
color: #A379C0;
}
</style>
background-color css
<style>
a { background-color: #A379C0; }
a { background-color: rgb(163,121,192); }
div.DivClassName
{
background-color: #A379C0;
}
.BgClassName
{
background-color: #A379C0;
}
</style>
border-color css
<style>
span { border-color: #A379C0; }
span { border-color: rgb(163,121,192); }
td.TdClassName
{
border-color: #A379C0;
}
.TagClassName
{
border-color: #A379C0;
}
</style>