#A993A2

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

Shades of London Hue #A993A2

Tints of London Hue #A993A2

Color information

#A993A2 (or 0xA993A2) is unknown color: approx London Hue. HEX triplet: A9, 93 and A2. RGB value is (169,147,162). Sum of RGB (Red+Green+Blue) = 169+147+162=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A993A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993A2 is #566C5D. Grayscale: #9B9B9B. Windows color (decimal): -5663838 or 10654633. OLE color: 10654633.

HSL color Cylindrical-coordinate representation of color #A993A2: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A993A2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169147162-
CMYK00.130.040.34
HSL319.09º11.34%61.96%-
HSV(B)319.09º13.02%66.27%-
XYZ33.3231.9138.59-
YUV155.29131.79137.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=35.36%
G=30.75%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914716200.130.040.34319.0911.3461.96
HexA993A20D42213fb3e
Octal2512232420154424771376
Binary101010011001001110100010011011001000101001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993A2; }

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

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

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

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

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

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

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

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