Html Css Color HEX #A080BB Purple Mountain's Majesty
📋 copy color: '#A080BB'red 160 ◦ green 128 ◦ blue 187
Shades of Purple Mountain's Majesty #A080BB
Tints of Purple Mountain's Majesty #A080BB
RGB
CMYK
RGB Variations
Color information
#A080BB (or 0xA080BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 80 and BB. RGB value is (160,128,187). Sum of RGB (Red+Green+Blue) = 160+128+187=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A080BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BB is #5F7F44. Grayscale: #909090. Windows color (decimal): -6258501 or 12288160. OLE color: 12288160.
HSL color Cylindrical-coordinate representation of color #A080BB: hue angle of 272.54º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A080BB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 128 | 187 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.27 |
| HSL | 272.54º | 0.3% | 0.62% | - |
| HSV(B) | 272.54º | 0.32% | 0.73% | - |
| XYZ | 31.19 | 26.5 | 50.49 | - |
| YUV | 144.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 187 | 0.14 | 0.32 | 0 | 0.27 | 272.54 | 0.3 | 0.62 |
| Hex | A0 | 80 | BB | E | 20 | 0 | 1B | 111 | 1E | 3E |
| Octal | 240 | 200 | 273 | 16 | 40 | 0 | 33 | 421 | 36 | 76 |
| Binary | 10100000 | 10000000 | 10111011 | 1110 | 100000 | 0 | 11011 | 100010001 | 11110 | 111110 |
Color Harmonies of #A080BB
Complementary color
Monochromatic Colors of #A080BB
Black with #A080BB
Text Example
Text Example
White with #A080BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080BB; }
p { color: rgb(160,128,187); }
H1.HeaderClassName
{
color: #A080BB;
}
.AnyTagClassName
{
color: #A080BB;
}
</style>
background-color css
<style>
a { background-color: #A080BB; }
a { background-color: rgb(160,128,187); }
div.DivClassName
{
background-color: #A080BB;
}
.BgClassName
{
background-color: #A080BB;
}
</style>
border-color css
<style>
span { border-color: #A080BB; }
span { border-color: rgb(160,128,187); }
td.TdClassName
{
border-color: #A080BB;
}
.TagClassName
{
border-color: #A080BB;
}
</style>