Html Css Color HEX #A074BA Purple Mountain's Majesty
📋 copy color: '#A074BA'red 160 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #A074BA
Tints of Purple Mountain's Majesty #A074BA
RGB
CMYK
RGB Variations
Color information
#A074BA (or 0xA074BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 74 and BA. RGB value is (160,116,186). Sum of RGB (Red+Green+Blue) = 160+116+186=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A074BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BA is #5F8B45. Grayscale: #888888. Windows color (decimal): -6261574 or 12219552. OLE color: 12219552.
HSL color Cylindrical-coordinate representation of color #A074BA: hue angle of 277.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A074BA is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 116 | 186 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.27 |
| HSL | 277.71º | 0.34% | 0.59% | - |
| HSV(B) | 277.71º | 0.38% | 0.73% | - |
| XYZ | 29.61 | 23.51 | 49.43 | - |
| YUV | 137.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 186 | 0.14 | 0.38 | 0 | 0.27 | 277.71 | 0.34 | 0.59 |
| Hex | A0 | 74 | BA | E | 26 | 0 | 1B | 116 | 22 | 3B |
| Octal | 240 | 164 | 272 | 16 | 46 | 0 | 33 | 426 | 42 | 73 |
| Binary | 10100000 | 1110100 | 10111010 | 1110 | 100110 | 0 | 11011 | 100010110 | 100010 | 111011 |
Color Harmonies of #A074BA
Complementary color
Monochromatic Colors of #A074BA
Black with #A074BA
Text Example
Text Example
White with #A074BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074BA; }
p { color: rgb(160,116,186); }
H1.HeaderClassName
{
color: #A074BA;
}
.AnyTagClassName
{
color: #A074BA;
}
</style>
background-color css
<style>
a { background-color: #A074BA; }
a { background-color: rgb(160,116,186); }
div.DivClassName
{
background-color: #A074BA;
}
.BgClassName
{
background-color: #A074BA;
}
</style>
border-color css
<style>
span { border-color: #A074BA; }
span { border-color: rgb(160,116,186); }
td.TdClassName
{
border-color: #A074BA;
}
.TagClassName
{
border-color: #A074BA;
}
</style>