Html Css Color HEX #A379BE Purple Mountain's Majesty
📋 copy color: '#A379BE'red 163 ◦ green 121 ◦ blue 190
Shades of Purple Mountain's Majesty #A379BE
Tints of Purple Mountain's Majesty #A379BE
RGB
CMYK
RGB Variations
Color information
#A379BE (or 0xA379BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and BE. RGB value is (163,121,190). Sum of RGB (Red+Green+Blue) = 163+121+190=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A379BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BE is #5C8641. Grayscale: #8D8D8D. Windows color (decimal): -6063682 or 12482979. OLE color: 12482979.
HSL color Cylindrical-coordinate representation of color #A379BE: hue angle of 276.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A379BE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 121 | 190 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.25 |
| HSL | 276.52º | 0.35% | 0.61% | - |
| HSV(B) | 276.52º | 0.36% | 0.75% | - |
| XYZ | 31.24 | 25.18 | 51.93 | - |
| YUV | 141.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 190 | 0.14 | 0.36 | 0 | 0.25 | 276.52 | 0.35 | 0.61 |
| Hex | A3 | 79 | BE | E | 24 | 0 | 19 | 115 | 23 | 3D |
| Octal | 243 | 171 | 276 | 16 | 44 | 0 | 31 | 425 | 43 | 75 |
| Binary | 10100011 | 1111001 | 10111110 | 1110 | 100100 | 0 | 11001 | 100010101 | 100011 | 111101 |
Color Harmonies of #A379BE
Complementary color
Monochromatic Colors of #A379BE
Black with #A379BE
Text Example
Text Example
White with #A379BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379BE; }
p { color: rgb(163,121,190); }
H1.HeaderClassName
{
color: #A379BE;
}
.AnyTagClassName
{
color: #A379BE;
}
</style>
background-color css
<style>
a { background-color: #A379BE; }
a { background-color: rgb(163,121,190); }
div.DivClassName
{
background-color: #A379BE;
}
.BgClassName
{
background-color: #A379BE;
}
</style>
border-color css
<style>
span { border-color: #A379BE; }
span { border-color: rgb(163,121,190); }
td.TdClassName
{
border-color: #A379BE;
}
.TagClassName
{
border-color: #A379BE;
}
</style>