#A88FAB

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

Shades of London Hue #A88FAB

Tints of London Hue #A88FAB

Color information

#A88FAB (or 0xA88FAB) is unknown color: approx London Hue. HEX triplet: A8, 8F and AB. RGB value is (168,143,171). Sum of RGB (Red+Green+Blue) = 168+143+171=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAB is #577054. Grayscale: #999999. Windows color (decimal): -5730389 or 11243432. OLE color: 11243432.

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

Color convert

RGB168143171-
CMYK0.020.1600.33
HSL293.57º14.29%61.57%-
HSV(B)293.57º16.37%67.06%-
XYZ33.3230.9142.74-
YUV153.67137.78138.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=34.85%
G=29.67%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681431710.020.1600.33293.5714.2961.57
HexA88FAB210021126e3e
Octal2502172532200414461676
Binary101010001000111110101011101000001000011001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FAB; }

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

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

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

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

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

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

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

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