Html Css Color HEX #A072BF Purple Mountain's Majesty
📋 copy color: '#A072BF'red 160 ◦ green 114 ◦ blue 191
Shades of Purple Mountain's Majesty #A072BF
Tints of Purple Mountain's Majesty #A072BF
RGB
CMYK
RGB Variations
Color information
#A072BF (or 0xA072BF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 72 and BF. RGB value is (160,114,191). Sum of RGB (Red+Green+Blue) = 160+114+191=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A072BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BF is #5F8D40. Grayscale: #888888. Windows color (decimal): -6262081 or 12546720. OLE color: 12546720.
HSL color Cylindrical-coordinate representation of color #A072BF: hue angle of 275.84º degrees, saturation: 0.38, 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 #A072BF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 114 | 191 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.25 |
| HSL | 275.84º | 0.38% | 0.6% | - |
| HSV(B) | 275.84º | 0.4% | 0.75% | - |
| XYZ | 29.92 | 23.27 | 52.2 | - |
| YUV | 136.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 191 | 0.16 | 0.40 | 0 | 0.25 | 275.84 | 0.38 | 0.6 |
| Hex | A0 | 72 | BF | 10 | 28 | 0 | 19 | 114 | 26 | 3C |
| Octal | 240 | 162 | 277 | 20 | 50 | 0 | 31 | 424 | 46 | 74 |
| Binary | 10100000 | 1110010 | 10111111 | 10000 | 101000 | 0 | 11001 | 100010100 | 100110 | 111100 |
Color Harmonies of #A072BF
Complementary color
Monochromatic Colors of #A072BF
Black with #A072BF
Text Example
Text Example
White with #A072BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072BF; }
p { color: rgb(160,114,191); }
H1.HeaderClassName
{
color: #A072BF;
}
.AnyTagClassName
{
color: #A072BF;
}
</style>
background-color css
<style>
a { background-color: #A072BF; }
a { background-color: rgb(160,114,191); }
div.DivClassName
{
background-color: #A072BF;
}
.BgClassName
{
background-color: #A072BF;
}
</style>
border-color css
<style>
span { border-color: #A072BF; }
span { border-color: rgb(160,114,191); }
td.TdClassName
{
border-color: #A072BF;
}
.TagClassName
{
border-color: #A072BF;
}
</style>