Html Css Color HEX #A071BD Purple Mountain's Majesty
📋 copy color: '#A071BD'red 160 ◦ green 113 ◦ blue 189
Shades of Purple Mountain's Majesty #A071BD
Tints of Purple Mountain's Majesty #A071BD
RGB
CMYK
RGB Variations
Color information
#A071BD (or 0xA071BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 71 and BD. RGB value is (160,113,189). Sum of RGB (Red+Green+Blue) = 160+113+189=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A071BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BD is #5F8E42. Grayscale: #878787. Windows color (decimal): -6262339 or 12415392. OLE color: 12415392.
HSL color Cylindrical-coordinate representation of color #A071BD: hue angle of 277.11º degrees, saturation: 0.37, 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 #A071BD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 113 | 189 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.26 |
| HSL | 277.11º | 0.37% | 0.59% | - |
| HSV(B) | 277.11º | 0.4% | 0.74% | - |
| XYZ | 29.59 | 22.96 | 51.02 | - |
| YUV | 135.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 189 | 0.15 | 0.40 | 0 | 0.26 | 277.11 | 0.37 | 0.59 |
| Hex | A0 | 71 | BD | F | 28 | 0 | 1A | 115 | 25 | 3B |
| Octal | 240 | 161 | 275 | 17 | 50 | 0 | 32 | 425 | 45 | 73 |
| Binary | 10100000 | 1110001 | 10111101 | 1111 | 101000 | 0 | 11010 | 100010101 | 100101 | 111011 |
Color Harmonies of #A071BD
Complementary color
Monochromatic Colors of #A071BD
Black with #A071BD
Text Example
Text Example
White with #A071BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071BD; }
p { color: rgb(160,113,189); }
H1.HeaderClassName
{
color: #A071BD;
}
.AnyTagClassName
{
color: #A071BD;
}
</style>
background-color css
<style>
a { background-color: #A071BD; }
a { background-color: rgb(160,113,189); }
div.DivClassName
{
background-color: #A071BD;
}
.BgClassName
{
background-color: #A071BD;
}
</style>
border-color css
<style>
span { border-color: #A071BD; }
span { border-color: rgb(160,113,189); }
td.TdClassName
{
border-color: #A071BD;
}
.TagClassName
{
border-color: #A071BD;
}
</style>