Html Css Color HEX #A071BC Purple Mountain's Majesty
📋 copy color: '#A071BC'red 160 ◦ green 113 ◦ blue 188
Shades of Purple Mountain's Majesty #A071BC
Tints of Purple Mountain's Majesty #A071BC
RGB
CMYK
RGB Variations
Color information
#A071BC (or 0xA071BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 71 and BC. RGB value is (160,113,188). Sum of RGB (Red+Green+Blue) = 160+113+188=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #A071BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BC is #5F8E43. Grayscale: #878787. Windows color (decimal): -6262340 or 12349856. OLE color: 12349856.
HSL color Cylindrical-coordinate representation of color #A071BC: hue angle of 277.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A071BC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 113 | 188 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.26 |
| HSL | 277.6º | 0.36% | 0.59% | - |
| HSV(B) | 277.6º | 0.4% | 0.74% | - |
| XYZ | 29.48 | 22.91 | 50.45 | - |
| YUV | 135.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 188 | 0.15 | 0.40 | 0 | 0.26 | 277.6 | 0.36 | 0.59 |
| Hex | A0 | 71 | BC | F | 28 | 0 | 1A | 116 | 24 | 3B |
| Octal | 240 | 161 | 274 | 17 | 50 | 0 | 32 | 426 | 44 | 73 |
| Binary | 10100000 | 1110001 | 10111100 | 1111 | 101000 | 0 | 11010 | 100010110 | 100100 | 111011 |
Color Harmonies of #A071BC
Complementary color
Monochromatic Colors of #A071BC
Black with #A071BC
Text Example
Text Example
White with #A071BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071BC; }
p { color: rgb(160,113,188); }
H1.HeaderClassName
{
color: #A071BC;
}
.AnyTagClassName
{
color: #A071BC;
}
</style>
background-color css
<style>
a { background-color: #A071BC; }
a { background-color: rgb(160,113,188); }
div.DivClassName
{
background-color: #A071BC;
}
.BgClassName
{
background-color: #A071BC;
}
</style>
border-color css
<style>
span { border-color: #A071BC; }
span { border-color: rgb(160,113,188); }
td.TdClassName
{
border-color: #A071BC;
}
.TagClassName
{
border-color: #A071BC;
}
</style>