Html Css Color HEX #A770BD Purple Mountain's Majesty
📋 copy color: '#A770BD'red 167 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #A770BD
Tints of Purple Mountain's Majesty #A770BD
RGB
CMYK
RGB Variations
Color information
#A770BD (or 0xA770BD) is known color: Purple Mountain's Majesty. HEX triplet: A7, 70 and BD. RGB value is (167,112,189). Sum of RGB (Red+Green+Blue) = 167+112+189=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A770BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BD is #588F42. Grayscale: #888888. Windows color (decimal): -5803843 or 12415143. OLE color: 12415143.
HSL color Cylindrical-coordinate representation of color #A770BD: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A770BD is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 112 | 189 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.26 |
| HSL | 282.86º | 0.37% | 0.59% | - |
| HSV(B) | 282.86º | 0.41% | 0.74% | - |
| XYZ | 30.92 | 23.48 | 51.05 | - |
| YUV | 137.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 189 | 0.12 | 0.41 | 0 | 0.26 | 282.86 | 0.37 | 0.59 |
| Hex | A7 | 70 | BD | C | 29 | 0 | 1A | 11B | 25 | 3B |
| Octal | 247 | 160 | 275 | 14 | 51 | 0 | 32 | 433 | 45 | 73 |
| Binary | 10100111 | 1110000 | 10111101 | 1100 | 101001 | 0 | 11010 | 100011011 | 100101 | 111011 |
Color Harmonies of #A770BD
Complementary color
Monochromatic Colors of #A770BD
Black with #A770BD
Text Example
Text Example
White with #A770BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770BD; }
p { color: rgb(167,112,189); }
H1.HeaderClassName
{
color: #A770BD;
}
.AnyTagClassName
{
color: #A770BD;
}
</style>
background-color css
<style>
a { background-color: #A770BD; }
a { background-color: rgb(167,112,189); }
div.DivClassName
{
background-color: #A770BD;
}
.BgClassName
{
background-color: #A770BD;
}
</style>
border-color css
<style>
span { border-color: #A770BD; }
span { border-color: rgb(167,112,189); }
td.TdClassName
{
border-color: #A770BD;
}
.TagClassName
{
border-color: #A770BD;
}
</style>