#A980AB

Color #A980AB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A980AB

Tints of London Hue #A980AB

Color information

#A980AB (or 0xA980AB) is unknown color: approx London Hue. HEX triplet: A9, 80 and AB. RGB value is (169,128,171). Sum of RGB (Red+Green+Blue) = 169+128+171=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A980AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980AB is #567F54. Grayscale: #919191. Windows color (decimal): -5668693 or 11239593. OLE color: 11239593.

HSL color Cylindrical-coordinate representation of color #A980AB: hue angle of 297.21º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A980AB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169128171-
CMYK0.010.2500.33
HSL297.21º20.38%58.63%-
HSV(B)297.21º25.15%67.06%-
XYZ31.4326.8142.05-
YUV145.16142.58145-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=36.11%
G=27.35%
B=36.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691281710.010.2500.33297.2120.3858.63
HexA980AB119021129143b
Octal2512002531310414512473
Binary101010011000000010101011111001010000110010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980AB; }

 p { color: rgb(169,128,171); }

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

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

 a { background-color: rgb(169,128,171); }

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

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

 span { border-color: rgb(169,128,171); }

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