Html Css Color HEX #A378BE Purple Mountain's Majesty
📋 copy color: '#A378BE'red 163 ◦ green 120 ◦ blue 190
Shades of Purple Mountain's Majesty #A378BE
Tints of Purple Mountain's Majesty #A378BE
RGB
CMYK
RGB Variations
Color information
#A378BE (or 0xA378BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and BE. RGB value is (163,120,190). Sum of RGB (Red+Green+Blue) = 163+120+190=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A378BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BE is #5C8741. Grayscale: #8C8C8C. Windows color (decimal): -6063938 or 12482723. OLE color: 12482723.
HSL color Cylindrical-coordinate representation of color #A378BE: hue angle of 276.86º degrees, saturation: 0.35, 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 #A378BE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 120 | 190 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.25 |
| HSL | 276.86º | 0.35% | 0.61% | - |
| HSV(B) | 276.86º | 0.37% | 0.75% | - |
| XYZ | 31.12 | 24.94 | 51.89 | - |
| YUV | 140.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 190 | 0.14 | 0.37 | 0 | 0.25 | 276.86 | 0.35 | 0.61 |
| Hex | A3 | 78 | BE | E | 25 | 0 | 19 | 115 | 23 | 3D |
| Octal | 243 | 170 | 276 | 16 | 45 | 0 | 31 | 425 | 43 | 75 |
| Binary | 10100011 | 1111000 | 10111110 | 1110 | 100101 | 0 | 11001 | 100010101 | 100011 | 111101 |
Color Harmonies of #A378BE
Complementary color
Monochromatic Colors of #A378BE
Black with #A378BE
Text Example
Text Example
White with #A378BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378BE; }
p { color: rgb(163,120,190); }
H1.HeaderClassName
{
color: #A378BE;
}
.AnyTagClassName
{
color: #A378BE;
}
</style>
background-color css
<style>
a { background-color: #A378BE; }
a { background-color: rgb(163,120,190); }
div.DivClassName
{
background-color: #A378BE;
}
.BgClassName
{
background-color: #A378BE;
}
</style>
border-color css
<style>
span { border-color: #A378BE; }
span { border-color: rgb(163,120,190); }
td.TdClassName
{
border-color: #A378BE;
}
.TagClassName
{
border-color: #A378BE;
}
</style>