#A88BAC

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

Shades of London Hue #A88BAC

Tints of London Hue #A88BAC

Color information

#A88BAC (or 0xA88BAC) is unknown color: approx London Hue. HEX triplet: A8, 8B and AC. RGB value is (168,139,172). Sum of RGB (Red+Green+Blue) = 168+139+172=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BAC is #577453. Grayscale: #979797. Windows color (decimal): -5731412 or 11307944. OLE color: 11307944.

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

Color convert

RGB168139172-
CMYK0.020.1900.33
HSL292.73º16.58%60.98%-
HSV(B)292.73º19.19%67.45%-
XYZ32.8329.7743.05-
YUV151.43139.61139.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=35.07%
G=29.02%
B=35.91%

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
Decimal1681391720.020.1900.33292.7316.5860.98
HexA88BAC213021125113d
Octal2502132542230414452175
Binary1010100010001011101011001010011010000110010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BAC; }

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

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

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

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

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

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

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

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