#A97DAE

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

Shades of London Hue #A97DAE

Tints of London Hue #A97DAE

Color information

#A97DAE (or 0xA97DAE) is unknown color: approx London Hue. HEX triplet: A9, 7D and AE. RGB value is (169,125,174). Sum of RGB (Red+Green+Blue) = 169+125+174=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #A97DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DAE is #568251. Grayscale: #8F8F8F. Windows color (decimal): -5669458 or 11435433. OLE color: 11435433.

HSL color Cylindrical-coordinate representation of color #A97DAE: hue angle of 293.88º 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 #A97DAE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169125174-
CMYK0.030.2800.32
HSL293.88º23.22%58.63%-
HSV(B)293.88º28.16%68.24%-
XYZ31.3426.1643.44-
YUV143.74145.08146.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=36.11%
G=26.71%
B=37.18%

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
Decimal1691251740.030.2800.32293.8823.2258.63
HexA97DAE31C020126173b
Octal2511752563340404462773
Binary101010011111101101011101111100010000010010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DAE; }

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

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

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

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

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

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

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

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