#A080BA

Color #A080BA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A080BA

Tints of Purple Mountain's Majesty #A080BA

Color information

#A080BA (or 0xA080BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and BA. RGB value is (160,128,186). Sum of RGB (Red+Green+Blue) = 160+128+186=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A080BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BA is #5F7F45. Grayscale: #8F8F8F. Windows color (decimal): -6258502 or 12222624. OLE color: 12222624.

HSL color Cylindrical-coordinate representation of color #A080BA: hue angle of 273.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A080BA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160128186-
CMYK0.140.3100.27
HSL273.1º29.59%61.57%-
HSV(B)273.1º31.18%72.94%-
XYZ31.0826.4649.92-
YUV144.18151.6139.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=33.76%
G=27.00%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601281860.140.3100.27273.129.5961.57
HexA080BAE1F01B1111e3e
Octal24020027216370334213676
Binary10100000100000001011101011101111101101110001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080BA; }

 p { color: rgb(160,128,186); }

 H1.HeaderClassName
 {
   color: #A080BA;
 }
 .AnyTagClassName
 {
   color: #A080BA;
 }
</style>
background-color css

<style>
 a { background-color: #A080BA; }

 a { background-color: rgb(160,128,186); }

 div.DivClassName
 {
   background-color: #A080BA;
 }
 .BgClassName
 {
   background-color: #A080BA;
 }
</style>
border-color css

<style>
 span { border-color: #A080BA; }

 span { border-color: rgb(160,128,186); }

 td.TdClassName
 {
   border-color: #A080BA;
 }
 .TagClassName
 {
   border-color: #A080BA;
 }
</style>