Html Css Color HEX #A378BB Purple Mountain's Majesty
📋 copy color: '#A378BB'red 163 ◦ green 120 ◦ blue 187
Shades of Purple Mountain's Majesty #A378BB
Tints of Purple Mountain's Majesty #A378BB
RGB
CMYK
RGB Variations
Color information
#A378BB (or 0xA378BB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and BB. RGB value is (163,120,187). Sum of RGB (Red+Green+Blue) = 163+120+187=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A378BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BB is #5C8744. Grayscale: #8C8C8C. Windows color (decimal): -6063941 or 12286115. OLE color: 12286115.
HSL color Cylindrical-coordinate representation of color #A378BB: hue angle of 278.51º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A378BB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 120 | 187 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.27 |
| HSL | 278.51º | 0.33% | 0.6% | - |
| HSV(B) | 278.51º | 0.36% | 0.73% | - |
| XYZ | 30.79 | 24.81 | 50.18 | - |
| YUV | 140.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 187 | 0.13 | 0.36 | 0 | 0.27 | 278.51 | 0.33 | 0.6 |
| Hex | A3 | 78 | BB | D | 24 | 0 | 1B | 117 | 21 | 3C |
| Octal | 243 | 170 | 273 | 15 | 44 | 0 | 33 | 427 | 41 | 74 |
| Binary | 10100011 | 1111000 | 10111011 | 1101 | 100100 | 0 | 11011 | 100010111 | 100001 | 111100 |
Color Harmonies of #A378BB
Complementary color
Monochromatic Colors of #A378BB
Black with #A378BB
Text Example
Text Example
White with #A378BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378BB; }
p { color: rgb(163,120,187); }
H1.HeaderClassName
{
color: #A378BB;
}
.AnyTagClassName
{
color: #A378BB;
}
</style>
background-color css
<style>
a { background-color: #A378BB; }
a { background-color: rgb(163,120,187); }
div.DivClassName
{
background-color: #A378BB;
}
.BgClassName
{
background-color: #A378BB;
}
</style>
border-color css
<style>
span { border-color: #A378BB; }
span { border-color: rgb(163,120,187); }
td.TdClassName
{
border-color: #A378BB;
}
.TagClassName
{
border-color: #A378BB;
}
</style>