#A080B7

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

Shades of Purple Mountain's Majesty #A080B7

Tints of Purple Mountain's Majesty #A080B7

Color information

#A080B7 (or 0xA080B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and B7. RGB value is (160,128,183). Sum of RGB (Red+Green+Blue) = 160+128+183=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #A080B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080B7 is #5F7F48. Grayscale: #8F8F8F. Windows color (decimal): -6258505 or 12026016. OLE color: 12026016.

HSL color Cylindrical-coordinate representation of color #A080B7: hue angle of 274.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A080B7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160128183-
CMYK0.130.3000.28
HSL274.91º27.64%60.98%-
HSV(B)274.91º30.05%71.76%-
XYZ30.7626.3348.26-
YUV143.84150.1139.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=33.97%
G=27.18%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601281830.130.3000.28274.9127.6460.98
HexA080B7D1E01C1131c3d
Octal24020026715360344233475
Binary10100000100000001011011111011111001110010001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080B7; }

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

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

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

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

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

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

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

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