#AA95A8

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

Shades of London Hue #AA95A8

Tints of London Hue #AA95A8

Color information

#AA95A8 (or 0xAA95A8) is unknown color: approx London Hue. HEX triplet: AA, 95 and A8. RGB value is (170,149,168). Sum of RGB (Red+Green+Blue) = 170+149+168=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A8 is #556A57. Grayscale: #9D9D9D. Windows color (decimal): -5597784 or 11048362. OLE color: 11048362.

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

Color convert

RGB170149168-
CMYK00.120.010.33
HSL305.71º10.99%62.55%-
HSV(B)305.71º12.35%66.67%-
XYZ34.3932.8741.58-
YUV157.44133.96136.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=34.91%
G=30.60%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014916800.120.010.33305.7110.9962.55
HexAA95A80C121132b3f
Octal2522252500141414621377
Binary1010101010010101101010000110011000011001100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95A8; }

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

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

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

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

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

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

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

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