#A984AB

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

Shades of London Hue #A984AB

Tints of London Hue #A984AB

Color information

#A984AB (or 0xA984AB) is unknown color: approx London Hue. HEX triplet: A9, 84 and AB. RGB value is (169,132,171). Sum of RGB (Red+Green+Blue) = 169+132+171=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A984AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984AB is #567B54. Grayscale: #939393. Windows color (decimal): -5667669 or 11240617. OLE color: 11240617.

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

Color convert

RGB169132171-
CMYK0.010.2300.33
HSL296.92º18.84%59.41%-
HSV(B)296.92º22.81%67.06%-
XYZ31.9627.8842.22-
YUV147.51141.26143.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=35.81%
G=27.97%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691321710.010.2300.33296.9218.8459.41
HexA984AB117021129133b
Octal2512042531270414512373
Binary101010011000010010101011110111010000110010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984AB; }

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

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

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

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

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

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

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

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