#A97AAB

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

Shades of London Hue #A97AAB

Tints of London Hue #A97AAB

Color information

#A97AAB (or 0xA97AAB) is unknown color: approx London Hue. HEX triplet: A9, 7A and AB. RGB value is (169,122,171). Sum of RGB (Red+Green+Blue) = 169+122+171=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A97AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97AAB is #568554. Grayscale: #8D8D8D. Windows color (decimal): -5670229 or 11238057. OLE color: 11238057.

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

Color convert

RGB169122171-
CMYK0.010.2900.33
HSL297.55º22.58%57.45%-
HSV(B)297.55º28.65%67.06%-
XYZ30.6725.2941.79-
YUV141.64144.57147.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=36.58%
G=26.41%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691221710.010.2900.33297.5522.5857.45
HexA97AAB11D02112a1739
Octal2511722531350414522771
Binary10101001111101010101011111101010000110010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AAB; }

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

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

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

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

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

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

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

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