#A88CAB

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

Shades of London Hue #A88CAB

Tints of London Hue #A88CAB

Color information

#A88CAB (or 0xA88CAB) is unknown color: approx London Hue. HEX triplet: A8, 8C and AB. RGB value is (168,140,171). Sum of RGB (Red+Green+Blue) = 168+140+171=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAB is #577354. Grayscale: #979797. Windows color (decimal): -5731157 or 11242664. OLE color: 11242664.

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

Color convert

RGB168140171-
CMYK0.020.1800.33
HSL294.19º15.58%60.98%-
HSV(B)294.19º18.13%67.06%-
XYZ32.8830.0242.59-
YUV151.91138.78139.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=35.07%
G=29.23%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681401710.020.1800.33294.1915.5860.98
HexA88CAB212021126103d
Octal2502142532220414462075
Binary1010100010001100101010111010010010000110010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CAB; }

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

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

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

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

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

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

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

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