#A97EAE

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

Shades of London Hue #A97EAE

Tints of London Hue #A97EAE

Color information

#A97EAE (or 0xA97EAE) is unknown color: approx London Hue. HEX triplet: A9, 7E and AE. RGB value is (169,126,174). Sum of RGB (Red+Green+Blue) = 169+126+174=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #A97EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97EAE is #568151. Grayscale: #909090. Windows color (decimal): -5669202 or 11435689. OLE color: 11435689.

HSL color Cylindrical-coordinate representation of color #A97EAE: hue angle of 293.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97EAE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169126174-
CMYK0.030.2800.32
HSL293.75º22.86%58.82%-
HSV(B)293.75º27.59%68.24%-
XYZ31.4626.4143.48-
YUV144.33144.75145.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=36.03%
G=26.87%
B=37.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691261740.030.2800.32293.7522.8658.82
HexA97EAE31C020126173b
Octal2511762563340404462773
Binary101010011111110101011101111100010000010010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EAE; }

 p { color: rgb(169,126,174); }

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

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

 a { background-color: rgb(169,126,174); }

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

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

 span { border-color: rgb(169,126,174); }

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