Html Css Color HEX #A070BB Purple Mountain's Majesty
📋 copy color: '#A070BB'red 160 ◦ green 112 ◦ blue 187
Shades of Purple Mountain's Majesty #A070BB
Tints of Purple Mountain's Majesty #A070BB
RGB
CMYK
RGB Variations
Color information
#A070BB (or 0xA070BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and BB. RGB value is (160,112,187). Sum of RGB (Red+Green+Blue) = 160+112+187=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A070BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BB is #5F8F44. Grayscale: #868686. Windows color (decimal): -6262597 or 12284064. OLE color: 12284064.
HSL color Cylindrical-coordinate representation of color #A070BB: hue angle of 278.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A070BB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 112 | 187 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.27 |
| HSL | 278.4º | 0.36% | 0.59% | - |
| HSV(B) | 278.4º | 0.4% | 0.73% | - |
| XYZ | 29.26 | 22.65 | 49.84 | - |
| YUV | 134.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 187 | 0.14 | 0.40 | 0 | 0.27 | 278.4 | 0.36 | 0.59 |
| Hex | A0 | 70 | BB | E | 28 | 0 | 1B | 116 | 24 | 3B |
| Octal | 240 | 160 | 273 | 16 | 50 | 0 | 33 | 426 | 44 | 73 |
| Binary | 10100000 | 1110000 | 10111011 | 1110 | 101000 | 0 | 11011 | 100010110 | 100100 | 111011 |
Color Harmonies of #A070BB
Complementary color
Monochromatic Colors of #A070BB
Black with #A070BB
Text Example
Text Example
White with #A070BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070BB; }
p { color: rgb(160,112,187); }
H1.HeaderClassName
{
color: #A070BB;
}
.AnyTagClassName
{
color: #A070BB;
}
</style>
background-color css
<style>
a { background-color: #A070BB; }
a { background-color: rgb(160,112,187); }
div.DivClassName
{
background-color: #A070BB;
}
.BgClassName
{
background-color: #A070BB;
}
</style>
border-color css
<style>
span { border-color: #A070BB; }
span { border-color: rgb(160,112,187); }
td.TdClassName
{
border-color: #A070BB;
}
.TagClassName
{
border-color: #A070BB;
}
</style>