#A98FAB

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

Shades of London Hue #A98FAB

Tints of London Hue #A98FAB

Color information

#A98FAB (or 0xA98FAB) is unknown color: approx London Hue. HEX triplet: A9, 8F and AB. RGB value is (169,143,171). Sum of RGB (Red+Green+Blue) = 169+143+171=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A98FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FAB is #567054. Grayscale: #999999. Windows color (decimal): -5664853 or 11243433. OLE color: 11243433.

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

Color convert

RGB169143171-
CMYK0.010.1600.33
HSL295.71º14.29%61.57%-
HSV(B)295.71º16.37%67.06%-
XYZ33.5431.0242.75-
YUV153.97137.61138.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=34.99%
G=29.61%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691431710.010.1600.33295.7114.2961.57
HexA98FAB110021128e3e
Octal2512172531200414501676
Binary10101001100011111010101111000001000011001010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FAB; }

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

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

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

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

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

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

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

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