#AA95AB

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

Shades of London Hue #AA95AB

Tints of London Hue #AA95AB

Color information

#AA95AB (or 0xAA95AB) is unknown color: approx London Hue. HEX triplet: AA, 95 and AB. RGB value is (170,149,171). Sum of RGB (Red+Green+Blue) = 170+149+171=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95AB is #556A54. Grayscale: #9D9D9D. Windows color (decimal): -5597781 or 11244970. OLE color: 11244970.

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

Color convert

RGB170149171-
CMYK0.010.1300.33
HSL297.27º11.58%62.75%-
HSV(B)297.27º12.87%67.06%-
XYZ34.6832.9843.07-
YUV157.79135.46136.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=34.69%
G=30.41%
B=34.90%

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
Decimal1701491710.010.1300.33297.2711.5862.75
HexAA95AB1D021129c3f
Octal2522252531150414511477
Binary1010101010010101101010111110101000011001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95AB; }

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

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

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

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

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

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

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

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