#A881AB

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

Shades of London Hue #A881AB

Tints of London Hue #A881AB

Color information

#A881AB (or 0xA881AB) is unknown color: approx London Hue. HEX triplet: A8, 81 and AB. RGB value is (168,129,171). Sum of RGB (Red+Green+Blue) = 168+129+171=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 129 (50.78% from 255 or 27.56% 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 #A881AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AB is #577E54. Grayscale: #919191. Windows color (decimal): -5733973 or 11239848. OLE color: 11239848.

HSL color Cylindrical-coordinate representation of color #A881AB: hue angle of 295.71º 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 #A881AB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168129171-
CMYK0.020.2500.33
HSL295.71º20%58.82%-
HSV(B)295.71º24.56%67.06%-
XYZ31.3526.9742.08-
YUV145.45142.42144.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=35.90%
G=27.56%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681291710.020.2500.33295.712058.82
HexA881AB219021128143b
Octal2502012532310414502473
Binary1010100010000001101010111011001010000110010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881AB; }

 p { color: rgb(168,129,171); }

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

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

 a { background-color: rgb(168,129,171); }

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

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

 span { border-color: rgb(168,129,171); }

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