#A993AB

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

Shades of London Hue #A993AB

Tints of London Hue #A993AB

Color information

#A993AB (or 0xA993AB) is unknown color: approx London Hue. HEX triplet: A9, 93 and AB. RGB value is (169,147,171). Sum of RGB (Red+Green+Blue) = 169+147+171=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A993AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AB is #566C54. Grayscale: #9C9C9C. Windows color (decimal): -5663829 or 11244457. OLE color: 11244457.

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

Color convert

RGB169147171-
CMYK0.010.1400.33
HSL295º12.5%62.35%-
HSV(B)295º14.04%67.06%-
XYZ34.1532.2442.95-
YUV156.31136.29137.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=34.70%
G=30.18%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691471710.010.1400.3329512.562.35
HexA993AB1E021127c3e
Octal2512232531160414471476
Binary1010100110010011101010111111001000011001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993AB; }

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

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

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

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

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

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

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

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