#A97DAC

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

Shades of London Hue #A97DAC

Tints of London Hue #A97DAC

Color information

#A97DAC (or 0xA97DAC) is unknown color: approx London Hue. HEX triplet: A9, 7D and AC. RGB value is (169,125,172). Sum of RGB (Red+Green+Blue) = 169+125+172=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A97DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DAC is #568253. Grayscale: #8F8F8F. Windows color (decimal): -5669460 or 11304361. OLE color: 11304361.

HSL color Cylindrical-coordinate representation of color #A97DAC: hue angle of 296.17º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97DAC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169125172-
CMYK0.020.2700.33
HSL296.17º22.07%58.24%-
HSV(B)296.17º27.33%67.45%-
XYZ31.1426.0842.42-
YUV143.51144.08146.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=36.27%
G=26.82%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691251720.020.2700.33296.1722.0758.24
HexA97DAC21B021128163a
Octal2511752542330414502672
Binary101010011111101101011001011011010000110010100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DAC; }

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

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

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

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

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

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

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

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