#A080B3

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

Shades of Purple Mountain's Majesty #A080B3

Tints of Purple Mountain's Majesty #A080B3

Color information

#A080B3 (or 0xA080B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and B3. RGB value is (160,128,179). Sum of RGB (Red+Green+Blue) = 160+128+179=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #A080B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080B3 is #5F7F4C. Grayscale: #8F8F8F. Windows color (decimal): -6258509 or 11763872. OLE color: 11763872.

HSL color Cylindrical-coordinate representation of color #A080B3: hue angle of 277.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A080B3 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160128179-
CMYK0.110.2800.30
HSL277.65º25.12%60.2%-
HSV(B)277.65º28.49%70.2%-
XYZ30.3526.1746.1-
YUV143.38148.1139.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=34.26%
G=27.41%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601281790.110.2800.30277.6525.1260.2
HexA080B3B1C01E116193c
Octal24020026313340364263174
Binary10100000100000001011001110111110001111010001011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080B3; }

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

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

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

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

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

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

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

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