Html Css Color HEX #A080BE Purple Mountain's Majesty
📋 copy color: '#A080BE'red 160 ◦ green 128 ◦ blue 190
Shades of Purple Mountain's Majesty #A080BE
Tints of Purple Mountain's Majesty #A080BE
RGB
CMYK
RGB Variations
Color information
#A080BE (or 0xA080BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 80 and BE. RGB value is (160,128,190). Sum of RGB (Red+Green+Blue) = 160+128+190=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A080BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BE is #5F7F41. Grayscale: #909090. Windows color (decimal): -6258498 or 12484768. OLE color: 12484768.
HSL color Cylindrical-coordinate representation of color #A080BE: hue angle of 270.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A080BE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 128 | 190 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.25 |
| HSL | 270.97º | 0.32% | 0.62% | - |
| HSV(B) | 270.97º | 0.33% | 0.75% | - |
| XYZ | 31.51 | 26.63 | 52.19 | - |
| YUV | 144.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 190 | 0.16 | 0.33 | 0 | 0.25 | 270.97 | 0.32 | 0.62 |
| Hex | A0 | 80 | BE | 10 | 21 | 0 | 19 | 10F | 20 | 3E |
| Octal | 240 | 200 | 276 | 20 | 41 | 0 | 31 | 417 | 40 | 76 |
| Binary | 10100000 | 10000000 | 10111110 | 10000 | 100001 | 0 | 11001 | 100001111 | 100000 | 111110 |
Color Harmonies of #A080BE
Complementary color
Monochromatic Colors of #A080BE
Black with #A080BE
Text Example
Text Example
White with #A080BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080BE; }
p { color: rgb(160,128,190); }
H1.HeaderClassName
{
color: #A080BE;
}
.AnyTagClassName
{
color: #A080BE;
}
</style>
background-color css
<style>
a { background-color: #A080BE; }
a { background-color: rgb(160,128,190); }
div.DivClassName
{
background-color: #A080BE;
}
.BgClassName
{
background-color: #A080BE;
}
</style>
border-color css
<style>
span { border-color: #A080BE; }
span { border-color: rgb(160,128,190); }
td.TdClassName
{
border-color: #A080BE;
}
.TagClassName
{
border-color: #A080BE;
}
</style>