#A888A7

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

Shades of London Hue #A888A7

Tints of London Hue #A888A7

Color information

#A888A7 (or 0xA888A7) is unknown color: approx London Hue. HEX triplet: A8, 88 and A7. RGB value is (168,136,167). Sum of RGB (Red+Green+Blue) = 168+136+167=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A888A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888A7 is #577758. Grayscale: #959595. Windows color (decimal): -5732185 or 10979496. OLE color: 10979496.

HSL color Cylindrical-coordinate representation of color #A888A7: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A888A7 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB168136167-
CMYK00.190.010.34
HSL301.88º15.53%59.61%-
HSV(B)301.88º19.05%65.88%-
XYZ31.9328.7240.42-
YUV149.1138.1141.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=35.67%
G=28.87%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813616700.190.010.34301.8815.5359.61
HexA888A701312212e103c
Octal2502102470231424562074
Binary101010001000100010100111010011110001010010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888A7; }

 p { color: rgb(168,136,167); }

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

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

 a { background-color: rgb(168,136,167); }

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

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

 span { border-color: rgb(168,136,167); }

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