Html Css Color HEX #A379BB Purple Mountain's Majesty
📋 copy color: '#A379BB'red 163 ◦ green 121 ◦ blue 187
Shades of Purple Mountain's Majesty #A379BB
Tints of Purple Mountain's Majesty #A379BB
RGB
CMYK
RGB Variations
Color information
#A379BB (or 0xA379BB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and BB. RGB value is (163,121,187). Sum of RGB (Red+Green+Blue) = 163+121+187=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A379BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BB is #5C8644. Grayscale: #8C8C8C. Windows color (decimal): -6063685 or 12286371. OLE color: 12286371.
HSL color Cylindrical-coordinate representation of color #A379BB: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A379BB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 121 | 187 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.27 |
| HSL | 278.18º | 0.33% | 0.6% | - |
| HSV(B) | 278.18º | 0.35% | 0.73% | - |
| XYZ | 30.91 | 25.05 | 50.22 | - |
| YUV | 141.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 187 | 0.13 | 0.35 | 0 | 0.27 | 278.18 | 0.33 | 0.6 |
| Hex | A3 | 79 | BB | D | 23 | 0 | 1B | 116 | 21 | 3C |
| Octal | 243 | 171 | 273 | 15 | 43 | 0 | 33 | 426 | 41 | 74 |
| Binary | 10100011 | 1111001 | 10111011 | 1101 | 100011 | 0 | 11011 | 100010110 | 100001 | 111100 |
Color Harmonies of #A379BB
Complementary color
Monochromatic Colors of #A379BB
Black with #A379BB
Text Example
Text Example
White with #A379BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379BB; }
p { color: rgb(163,121,187); }
H1.HeaderClassName
{
color: #A379BB;
}
.AnyTagClassName
{
color: #A379BB;
}
</style>
background-color css
<style>
a { background-color: #A379BB; }
a { background-color: rgb(163,121,187); }
div.DivClassName
{
background-color: #A379BB;
}
.BgClassName
{
background-color: #A379BB;
}
</style>
border-color css
<style>
span { border-color: #A379BB; }
span { border-color: rgb(163,121,187); }
td.TdClassName
{
border-color: #A379BB;
}
.TagClassName
{
border-color: #A379BB;
}
</style>