Html Css Color HEX #A071BF Purple Mountain's Majesty
📋 copy color: '#A071BF'red 160 ◦ green 113 ◦ blue 191
Shades of Purple Mountain's Majesty #A071BF
Tints of Purple Mountain's Majesty #A071BF
RGB
CMYK
RGB Variations
Color information
#A071BF (or 0xA071BF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 71 and BF. RGB value is (160,113,191). Sum of RGB (Red+Green+Blue) = 160+113+191=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #A071BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BF is #5F8E40. Grayscale: #878787. Windows color (decimal): -6262337 or 12546464. OLE color: 12546464.
HSL color Cylindrical-coordinate representation of color #A071BF: hue angle of 276.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A071BF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 113 | 191 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.25 |
| HSL | 276.15º | 0.38% | 0.6% | - |
| HSV(B) | 276.15º | 0.41% | 0.75% | - |
| XYZ | 29.81 | 23.05 | 52.17 | - |
| YUV | 135.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 191 | 0.16 | 0.41 | 0 | 0.25 | 276.15 | 0.38 | 0.6 |
| Hex | A0 | 71 | BF | 10 | 29 | 0 | 19 | 114 | 26 | 3C |
| Octal | 240 | 161 | 277 | 20 | 51 | 0 | 31 | 424 | 46 | 74 |
| Binary | 10100000 | 1110001 | 10111111 | 10000 | 101001 | 0 | 11001 | 100010100 | 100110 | 111100 |
Color Harmonies of #A071BF
Complementary color
Monochromatic Colors of #A071BF
Black with #A071BF
Text Example
Text Example
White with #A071BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071BF; }
p { color: rgb(160,113,191); }
H1.HeaderClassName
{
color: #A071BF;
}
.AnyTagClassName
{
color: #A071BF;
}
</style>
background-color css
<style>
a { background-color: #A071BF; }
a { background-color: rgb(160,113,191); }
div.DivClassName
{
background-color: #A071BF;
}
.BgClassName
{
background-color: #A071BF;
}
</style>
border-color css
<style>
span { border-color: #A071BF; }
span { border-color: rgb(160,113,191); }
td.TdClassName
{
border-color: #A071BF;
}
.TagClassName
{
border-color: #A071BF;
}
</style>