#A98AAB

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

Shades of London Hue #A98AAB

Tints of London Hue #A98AAB

Color information

#A98AAB (or 0xA98AAB) is unknown color: approx London Hue. HEX triplet: A9, 8A and AB. RGB value is (169,138,171). Sum of RGB (Red+Green+Blue) = 169+138+171=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 138 (54.30% from 255 or 28.87% 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 #A98AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98AAB is #567554. Grayscale: #969696. Windows color (decimal): -5666133 or 11242153. OLE color: 11242153.

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

Color convert

RGB169138171-
CMYK0.010.1900.33
HSL296.36º16.42%60.59%-
HSV(B)296.36º19.3%67.06%-
XYZ32.829.5542.5-
YUV151.03139.27140.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=35.36%
G=28.87%
B=35.77%

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
Decimal1691381710.010.1900.33296.3616.4260.59
HexA98AAB113021128103d
Octal2512122531230414502075
Binary101010011000101010101011110011010000110010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AAB; }

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

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

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

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

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

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

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

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