Html Css Color HEX #A379BD Purple Mountain's Majesty
📋 copy color: '#A379BD'red 163 ◦ green 121 ◦ blue 189
Shades of Purple Mountain's Majesty #A379BD
Tints of Purple Mountain's Majesty #A379BD
RGB
CMYK
RGB Variations
Color information
#A379BD (or 0xA379BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and BD. RGB value is (163,121,189). Sum of RGB (Red+Green+Blue) = 163+121+189=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #A379BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BD is #5C8642. Grayscale: #8D8D8D. Windows color (decimal): -6063683 or 12417443. OLE color: 12417443.
HSL color Cylindrical-coordinate representation of color #A379BD: hue angle of 277.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A379BD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 121 | 189 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.26 |
| HSL | 277.06º | 0.34% | 0.61% | - |
| HSV(B) | 277.06º | 0.36% | 0.74% | - |
| XYZ | 31.13 | 25.14 | 51.36 | - |
| YUV | 141.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 189 | 0.14 | 0.36 | 0 | 0.26 | 277.06 | 0.34 | 0.61 |
| Hex | A3 | 79 | BD | E | 24 | 0 | 1A | 115 | 22 | 3D |
| Octal | 243 | 171 | 275 | 16 | 44 | 0 | 32 | 425 | 42 | 75 |
| Binary | 10100011 | 1111001 | 10111101 | 1110 | 100100 | 0 | 11010 | 100010101 | 100010 | 111101 |
Color Harmonies of #A379BD
Complementary color
Monochromatic Colors of #A379BD
Black with #A379BD
Text Example
Text Example
White with #A379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379BD; }
p { color: rgb(163,121,189); }
H1.HeaderClassName
{
color: #A379BD;
}
.AnyTagClassName
{
color: #A379BD;
}
</style>
background-color css
<style>
a { background-color: #A379BD; }
a { background-color: rgb(163,121,189); }
div.DivClassName
{
background-color: #A379BD;
}
.BgClassName
{
background-color: #A379BD;
}
</style>
border-color css
<style>
span { border-color: #A379BD; }
span { border-color: rgb(163,121,189); }
td.TdClassName
{
border-color: #A379BD;
}
.TagClassName
{
border-color: #A379BD;
}
</style>