#A993AC

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

Shades of London Hue #A993AC

Tints of London Hue #A993AC

Color information

#A993AC (or 0xA993AC) is unknown color: approx London Hue. HEX triplet: A9, 93 and AC. RGB value is (169,147,172). Sum of RGB (Red+Green+Blue) = 169+147+172=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A993AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AC is #566C53. Grayscale: #9C9C9C. Windows color (decimal): -5663828 or 11309993. OLE color: 11309993.

HSL color Cylindrical-coordinate representation of color #A993AC: hue angle of 292.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A993AC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169147172-
CMYK0.020.1500.33
HSL292.8º13.09%62.55%-
HSV(B)292.8º14.53%67.45%-
XYZ34.2432.2843.46-
YUV156.43136.79136.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=34.63%
G=30.12%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691471720.020.1500.33292.813.0962.55
HexA993AC2F021125d3f
Octal2512232542170414451577
Binary10101001100100111010110010111101000011001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993AC; }

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

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

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

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

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

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

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

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