Html Css Color HEX #A078BA Purple Mountain's Majesty
📋 copy color: '#A078BA'red 160 ◦ green 120 ◦ blue 186
Shades of Purple Mountain's Majesty #A078BA
Tints of Purple Mountain's Majesty #A078BA
RGB
CMYK
RGB Variations
Color information
#A078BA (or 0xA078BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and BA. RGB value is (160,120,186). Sum of RGB (Red+Green+Blue) = 160+120+186=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A078BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078BA is #5F8745. Grayscale: #8B8B8B. Windows color (decimal): -6260550 or 12220576. OLE color: 12220576.
HSL color Cylindrical-coordinate representation of color #A078BA: hue angle of 276.36º degrees, saturation: 0.32, 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 #A078BA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 120 | 186 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.27 |
| HSL | 276.36º | 0.32% | 0.6% | - |
| HSV(B) | 276.36º | 0.35% | 0.73% | - |
| XYZ | 30.08 | 24.45 | 49.59 | - |
| YUV | 139.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 186 | 0.14 | 0.35 | 0 | 0.27 | 276.36 | 0.32 | 0.6 |
| Hex | A0 | 78 | BA | E | 23 | 0 | 1B | 114 | 20 | 3C |
| Octal | 240 | 170 | 272 | 16 | 43 | 0 | 33 | 424 | 40 | 74 |
| Binary | 10100000 | 1111000 | 10111010 | 1110 | 100011 | 0 | 11011 | 100010100 | 100000 | 111100 |
Color Harmonies of #A078BA
Complementary color
Monochromatic Colors of #A078BA
Black with #A078BA
Text Example
Text Example
White with #A078BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078BA; }
p { color: rgb(160,120,186); }
H1.HeaderClassName
{
color: #A078BA;
}
.AnyTagClassName
{
color: #A078BA;
}
</style>
background-color css
<style>
a { background-color: #A078BA; }
a { background-color: rgb(160,120,186); }
div.DivClassName
{
background-color: #A078BA;
}
.BgClassName
{
background-color: #A078BA;
}
</style>
border-color css
<style>
span { border-color: #A078BA; }
span { border-color: rgb(160,120,186); }
td.TdClassName
{
border-color: #A078BA;
}
.TagClassName
{
border-color: #A078BA;
}
</style>