#A080BB

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

Shades of Purple Mountain's Majesty #A080BB

Tints of Purple Mountain's Majesty #A080BB

Color information

#A080BB (or 0xA080BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 80 and BB. RGB value is (160,128,187). Sum of RGB (Red+Green+Blue) = 160+128+187=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A080BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080BB is #5F7F44. Grayscale: #909090. Windows color (decimal): -6258501 or 12288160. OLE color: 12288160.

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

Color convert

RGB160128187-
CMYK0.140.3200.27
HSL272.54º30.26%61.76%-
HSV(B)272.54º31.55%73.33%-
XYZ31.1926.550.49-
YUV144.29152.1139.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=33.68%
G=26.95%
B=39.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601281870.140.3200.27272.5430.2661.76
HexA080BBE2001B1111e3e
Octal24020027316400334213676
Binary101000001000000010111011111010000001101110001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080BB; }

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

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

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

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

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

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

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

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