Html Css Color HEX #A072BE Purple Mountain's Majesty
📋 copy color: '#A072BE'red 160 ◦ green 114 ◦ blue 190
Shades of Purple Mountain's Majesty #A072BE
Tints of Purple Mountain's Majesty #A072BE
RGB
CMYK
RGB Variations
Color information
#A072BE (or 0xA072BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 72 and BE. RGB value is (160,114,190). Sum of RGB (Red+Green+Blue) = 160+114+190=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A072BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BE is #5F8D41. Grayscale: #888888. Windows color (decimal): -6262082 or 12481184. OLE color: 12481184.
HSL color Cylindrical-coordinate representation of color #A072BE: hue angle of 276.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A072BE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 114 | 190 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.25 |
| HSL | 276.32º | 0.37% | 0.6% | - |
| HSV(B) | 276.32º | 0.4% | 0.75% | - |
| XYZ | 29.81 | 23.23 | 51.63 | - |
| YUV | 136.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 190 | 0.16 | 0.40 | 0 | 0.25 | 276.32 | 0.37 | 0.6 |
| Hex | A0 | 72 | BE | 10 | 28 | 0 | 19 | 114 | 25 | 3C |
| Octal | 240 | 162 | 276 | 20 | 50 | 0 | 31 | 424 | 45 | 74 |
| Binary | 10100000 | 1110010 | 10111110 | 10000 | 101000 | 0 | 11001 | 100010100 | 100101 | 111100 |
Color Harmonies of #A072BE
Complementary color
Monochromatic Colors of #A072BE
Black with #A072BE
Text Example
Text Example
White with #A072BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072BE; }
p { color: rgb(160,114,190); }
H1.HeaderClassName
{
color: #A072BE;
}
.AnyTagClassName
{
color: #A072BE;
}
</style>
background-color css
<style>
a { background-color: #A072BE; }
a { background-color: rgb(160,114,190); }
div.DivClassName
{
background-color: #A072BE;
}
.BgClassName
{
background-color: #A072BE;
}
</style>
border-color css
<style>
span { border-color: #A072BE; }
span { border-color: rgb(160,114,190); }
td.TdClassName
{
border-color: #A072BE;
}
.TagClassName
{
border-color: #A072BE;
}
</style>