#A995AB

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

Shades of London Hue #A995AB

Tints of London Hue #A995AB

Color information

#A995AB (or 0xA995AB) is unknown color: approx London Hue. HEX triplet: A9, 95 and AB. RGB value is (169,149,171). Sum of RGB (Red+Green+Blue) = 169+149+171=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A995AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AB is #566A54. Grayscale: #9D9D9D. Windows color (decimal): -5663317 or 11244969. OLE color: 11244969.

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

Color convert

RGB169149171-
CMYK0.010.1300.33
HSL294.55º11.58%62.75%-
HSV(B)294.55º12.87%67.06%-
XYZ34.4632.8743.06-
YUV157.49135.63136.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=34.56%
G=30.47%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691491710.010.1300.33294.5511.5862.75
HexA995AB1D021127c3f
Octal2512252531150414471477
Binary1010100110010101101010111110101000011001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995AB; }

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

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

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

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

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

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

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

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