Html Css Color HEX #A078BC Purple Mountain's Majesty
📋 copy color: '#A078BC'red 160 ◦ green 120 ◦ blue 188
Shades of Purple Mountain's Majesty #A078BC
Tints of Purple Mountain's Majesty #A078BC
RGB
CMYK
RGB Variations
Color information
#A078BC (or 0xA078BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and BC. RGB value is (160,120,188). Sum of RGB (Red+Green+Blue) = 160+120+188=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A078BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078BC is #5F8743. Grayscale: #8B8B8B. Windows color (decimal): -6260548 or 12351648. OLE color: 12351648.
HSL color Cylindrical-coordinate representation of color #A078BC: hue angle of 275.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A078BC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 120 | 188 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.26 |
| HSL | 275.29º | 0.34% | 0.6% | - |
| HSV(B) | 275.29º | 0.36% | 0.74% | - |
| XYZ | 30.29 | 24.54 | 50.72 | - |
| YUV | 139.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 188 | 0.15 | 0.36 | 0 | 0.26 | 275.29 | 0.34 | 0.6 |
| Hex | A0 | 78 | BC | F | 24 | 0 | 1A | 113 | 22 | 3C |
| Octal | 240 | 170 | 274 | 17 | 44 | 0 | 32 | 423 | 42 | 74 |
| Binary | 10100000 | 1111000 | 10111100 | 1111 | 100100 | 0 | 11010 | 100010011 | 100010 | 111100 |
Color Harmonies of #A078BC
Complementary color
Monochromatic Colors of #A078BC
Black with #A078BC
Text Example
Text Example
White with #A078BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078BC; }
p { color: rgb(160,120,188); }
H1.HeaderClassName
{
color: #A078BC;
}
.AnyTagClassName
{
color: #A078BC;
}
</style>
background-color css
<style>
a { background-color: #A078BC; }
a { background-color: rgb(160,120,188); }
div.DivClassName
{
background-color: #A078BC;
}
.BgClassName
{
background-color: #A078BC;
}
</style>
border-color css
<style>
span { border-color: #A078BC; }
span { border-color: rgb(160,120,188); }
td.TdClassName
{
border-color: #A078BC;
}
.TagClassName
{
border-color: #A078BC;
}
</style>