#A080B4

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

Shades of Purple Mountain's Majesty #A080B4

Tints of Purple Mountain's Majesty #A080B4

Color information

#A080B4 (or 0xA080B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and B4. RGB value is (160,128,180). Sum of RGB (Red+Green+Blue) = 160+128+180=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #A080B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080B4 is #5F7F4B. Grayscale: #8F8F8F. Windows color (decimal): -6258508 or 11829408. OLE color: 11829408.

HSL color Cylindrical-coordinate representation of color #A080B4: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A080B4 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160128180-
CMYK0.110.2900.29
HSL276.92º25.74%60.39%-
HSV(B)276.92º28.89%70.59%-
XYZ30.4526.2146.63-
YUV143.5148.6139.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=34.19%
G=27.35%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601281800.110.2900.29276.9225.7460.39
HexA080B4B1D01D1151a3c
Octal24020026413350354253274
Binary10100000100000001011010010111110101110110001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080B4; }

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

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

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

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

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

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

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

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