Html Css Color HEX #A770BC Purple Mountain's Majesty
📋 copy color: '#A770BC'red 167 ◦ green 112 ◦ blue 188
Shades of Purple Mountain's Majesty #A770BC
Tints of Purple Mountain's Majesty #A770BC
RGB
CMYK
RGB Variations
Color information
#A770BC (or 0xA770BC) is known color: Purple Mountain's Majesty. HEX triplet: A7, 70 and BC. RGB value is (167,112,188). Sum of RGB (Red+Green+Blue) = 167+112+188=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A770BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BC is #588F43. Grayscale: #888888. Windows color (decimal): -5803844 or 12349607. OLE color: 12349607.
HSL color Cylindrical-coordinate representation of color #A770BC: hue angle of 283.42º 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 #A770BC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 112 | 188 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.26 |
| HSL | 283.42º | 0.36% | 0.59% | - |
| HSV(B) | 283.42º | 0.4% | 0.74% | - |
| XYZ | 30.81 | 23.43 | 50.48 | - |
| YUV | 137.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 188 | 0.11 | 0.40 | 0 | 0.26 | 283.42 | 0.36 | 0.59 |
| Hex | A7 | 70 | BC | B | 28 | 0 | 1A | 11B | 24 | 3B |
| Octal | 247 | 160 | 274 | 13 | 50 | 0 | 32 | 433 | 44 | 73 |
| Binary | 10100111 | 1110000 | 10111100 | 1011 | 101000 | 0 | 11010 | 100011011 | 100100 | 111011 |
Color Harmonies of #A770BC
Complementary color
Monochromatic Colors of #A770BC
Black with #A770BC
Text Example
Text Example
White with #A770BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770BC; }
p { color: rgb(167,112,188); }
H1.HeaderClassName
{
color: #A770BC;
}
.AnyTagClassName
{
color: #A770BC;
}
</style>
background-color css
<style>
a { background-color: #A770BC; }
a { background-color: rgb(167,112,188); }
div.DivClassName
{
background-color: #A770BC;
}
.BgClassName
{
background-color: #A770BC;
}
</style>
border-color css
<style>
span { border-color: #A770BC; }
span { border-color: rgb(167,112,188); }
td.TdClassName
{
border-color: #A770BC;
}
.TagClassName
{
border-color: #A770BC;
}
</style>