Html Css Color HEX #A078BD Purple Mountain's Majesty
📋 copy color: '#A078BD'red 160 ◦ green 120 ◦ blue 189
Shades of Purple Mountain's Majesty #A078BD
Tints of Purple Mountain's Majesty #A078BD
RGB
CMYK
RGB Variations
Color information
#A078BD (or 0xA078BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and BD. RGB value is (160,120,189). Sum of RGB (Red+Green+Blue) = 160+120+189=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A078BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078BD is #5F8742. Grayscale: #8B8B8B. Windows color (decimal): -6260547 or 12417184. OLE color: 12417184.
HSL color Cylindrical-coordinate representation of color #A078BD: hue angle of 274.78º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A078BD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 120 | 189 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.26 |
| HSL | 274.78º | 0.34% | 0.61% | - |
| HSV(B) | 274.78º | 0.37% | 0.74% | - |
| XYZ | 30.4 | 24.58 | 51.29 | - |
| YUV | 139.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 189 | 0.15 | 0.37 | 0 | 0.26 | 274.78 | 0.34 | 0.61 |
| Hex | A0 | 78 | BD | F | 25 | 0 | 1A | 113 | 22 | 3D |
| Octal | 240 | 170 | 275 | 17 | 45 | 0 | 32 | 423 | 42 | 75 |
| Binary | 10100000 | 1111000 | 10111101 | 1111 | 100101 | 0 | 11010 | 100010011 | 100010 | 111101 |
Color Harmonies of #A078BD
Complementary color
Monochromatic Colors of #A078BD
Black with #A078BD
Text Example
Text Example
White with #A078BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078BD; }
p { color: rgb(160,120,189); }
H1.HeaderClassName
{
color: #A078BD;
}
.AnyTagClassName
{
color: #A078BD;
}
</style>
background-color css
<style>
a { background-color: #A078BD; }
a { background-color: rgb(160,120,189); }
div.DivClassName
{
background-color: #A078BD;
}
.BgClassName
{
background-color: #A078BD;
}
</style>
border-color css
<style>
span { border-color: #A078BD; }
span { border-color: rgb(160,120,189); }
td.TdClassName
{
border-color: #A078BD;
}
.TagClassName
{
border-color: #A078BD;
}
</style>