#A98BAB

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

Shades of London Hue #A98BAB

Tints of London Hue #A98BAB

Color information

#A98BAB (or 0xA98BAB) is unknown color: approx London Hue. HEX triplet: A9, 8B and AB. RGB value is (169,139,171). Sum of RGB (Red+Green+Blue) = 169+139+171=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 139 (54.69% from 255 or 29.02% 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 #A98BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAB is #567454. Grayscale: #979797. Windows color (decimal): -5665877 or 11242409. OLE color: 11242409.

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

Color convert

RGB169139171-
CMYK0.010.1900.33
HSL296.25º16%60.78%-
HSV(B)296.25º18.71%67.06%-
XYZ32.9529.8442.55-
YUV151.62138.94140.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=35.28%
G=29.02%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691391710.010.1900.33296.251660.78
HexA98BAB113021128103d
Octal2512132531230414502075
Binary101010011000101110101011110011010000110010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BAB; }

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

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

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

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

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

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

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

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