Html Css Color HEX #A078B5 Purple Mountain's Majesty
📋 copy color: '#A078B5'red 160 ◦ green 120 ◦ blue 181
Shades of Purple Mountain's Majesty #A078B5
Tints of Purple Mountain's Majesty #A078B5
RGB
CMYK
RGB Variations
Color information
#A078B5 (or 0xA078B5) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and B5. RGB value is (160,120,181). Sum of RGB (Red+Green+Blue) = 160+120+181=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A078B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078B5 is #5F874A. Grayscale: #8A8A8A. Windows color (decimal): -6260555 or 11892896. OLE color: 11892896.
HSL color Cylindrical-coordinate representation of color #A078B5: hue angle of 279.34º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A078B5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 160 | 120 | 181 | - |
CMYK | 0.12 | 0.34 | 0 | 0.29 |
HSL | 279.34º | 0.29% | 0.59% | - |
HSV(B) | 279.34º | 0.34% | 0.71% | - |
XYZ | 29.55 | 24.24 | 46.84 | - |
YUV | 138.91 | 151.75 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 120 | 181 | 0.12 | 0.34 | 0 | 0.29 | 279.34 | 0.29 | 0.59 |
Hex | A0 | 78 | B5 | C | 22 | 0 | 1D | 117 | 1D | 3B |
Octal | 240 | 170 | 265 | 14 | 42 | 0 | 35 | 427 | 35 | 73 |
Binary | 10100000 | 1111000 | 10110101 | 1100 | 100010 | 0 | 11101 | 100010111 | 11101 | 111011 |
Color Harmonies of #A078B5
Complementary color
Monochromatic Colors of #A078B5
Black with #A078B5
Text Example
Text Example
White with #A078B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078B5; }
p { color: rgb(160,120,181); }
H1.HeaderClassName
{
color: #A078B5;
}
.AnyTagClassName
{
color: #A078B5;
}
</style>
background-color css
<style>
a { background-color: #A078B5; }
a { background-color: rgb(160,120,181); }
div.DivClassName
{
background-color: #A078B5;
}
.BgClassName
{
background-color: #A078B5;
}
</style>
border-color css
<style>
span { border-color: #A078B5; }
span { border-color: rgb(160,120,181); }
td.TdClassName
{
border-color: #A078B5;
}
.TagClassName
{
border-color: #A078B5;
}
</style>