#A88BAB

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

Shades of London Hue #A88BAB

Tints of London Hue #A88BAB

Color information

#A88BAB (or 0xA88BAB) is unknown color: approx London Hue. HEX triplet: A8, 8B and AB. RGB value is (168,139,171). Sum of RGB (Red+Green+Blue) = 168+139+171=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BAB is #577454. Grayscale: #979797. Windows color (decimal): -5731413 or 11242408. OLE color: 11242408.

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

Color convert

RGB168139171-
CMYK0.020.1900.33
HSL294.38º16%60.78%-
HSV(B)294.38º18.71%67.06%-
XYZ32.7329.7342.54-
YUV151.32139.11139.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=35.15%
G=29.08%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681391710.020.1900.33294.381660.78
HexA88BAB213021126103d
Octal2502132532230414462075
Binary1010100010001011101010111010011010000110010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BAB; }

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

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

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

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

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

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

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

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