Html Css Color HEX #A078BF Purple Mountain's Majesty
📋 copy color: '#A078BF'red 160 ◦ green 120 ◦ blue 191
Shades of Purple Mountain's Majesty #A078BF
Tints of Purple Mountain's Majesty #A078BF
RGB
CMYK
RGB Variations
Color information
#A078BF (or 0xA078BF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and BF. RGB value is (160,120,191). Sum of RGB (Red+Green+Blue) = 160+120+191=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A078BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078BF is #5F8740. Grayscale: #8B8B8B. Windows color (decimal): -6260545 or 12548256. OLE color: 12548256.
HSL color Cylindrical-coordinate representation of color #A078BF: hue angle of 273.8º degrees, saturation: 0.36, 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 #A078BF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 120 | 191 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.25 |
| HSL | 273.8º | 0.36% | 0.61% | - |
| HSV(B) | 273.8º | 0.37% | 0.75% | - |
| XYZ | 30.62 | 24.67 | 52.44 | - |
| YUV | 140.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 191 | 0.16 | 0.37 | 0 | 0.25 | 273.8 | 0.36 | 0.61 |
| Hex | A0 | 78 | BF | 10 | 25 | 0 | 19 | 112 | 24 | 3D |
| Octal | 240 | 170 | 277 | 20 | 45 | 0 | 31 | 422 | 44 | 75 |
| Binary | 10100000 | 1111000 | 10111111 | 10000 | 100101 | 0 | 11001 | 100010010 | 100100 | 111101 |
Color Harmonies of #A078BF
Complementary color
Monochromatic Colors of #A078BF
Black with #A078BF
Text Example
Text Example
White with #A078BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078BF; }
p { color: rgb(160,120,191); }
H1.HeaderClassName
{
color: #A078BF;
}
.AnyTagClassName
{
color: #A078BF;
}
</style>
background-color css
<style>
a { background-color: #A078BF; }
a { background-color: rgb(160,120,191); }
div.DivClassName
{
background-color: #A078BF;
}
.BgClassName
{
background-color: #A078BF;
}
</style>
border-color css
<style>
span { border-color: #A078BF; }
span { border-color: rgb(160,120,191); }
td.TdClassName
{
border-color: #A078BF;
}
.TagClassName
{
border-color: #A078BF;
}
</style>