#A97DAD

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

Shades of London Hue #A97DAD

Tints of London Hue #A97DAD

Color information

#A97DAD (or 0xA97DAD) is unknown color: approx London Hue. HEX triplet: A9, 7D and AD. RGB value is (169,125,173). Sum of RGB (Red+Green+Blue) = 169+125+173=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DAD is #568252. Grayscale: #8F8F8F. Windows color (decimal): -5669459 or 11369897. OLE color: 11369897.

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

Color convert

RGB169125173-
CMYK0.020.2800.32
HSL295º22.64%58.43%-
HSV(B)295º27.75%67.84%-
XYZ31.2426.1242.93-
YUV143.63144.58146.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=36.19%
G=26.77%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691251730.020.2800.3229522.6458.43
HexA97DAD21C020127173a
Octal2511752552340404472772
Binary101010011111101101011011011100010000010010011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DAD; }

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

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

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

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

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

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

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

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