#A97DA4

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

Shades of London Hue #A97DA4

Tints of London Hue #A97DA4

Color information

#A97DA4 (or 0xA97DA4) is unknown color: approx London Hue. HEX triplet: A9, 7D and A4. RGB value is (169,125,164). Sum of RGB (Red+Green+Blue) = 169+125+164=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A97DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97DA4 is #56825B. Grayscale: #8E8E8E. Windows color (decimal): -5669468 or 10780073. OLE color: 10780073.

HSL color Cylindrical-coordinate representation of color #A97DA4: hue angle of 306.82º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97DA4 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169125164-
CMYK00.260.030.34
HSL306.82º20.37%57.65%-
HSV(B)306.82º26.04%66.27%-
XYZ30.425.7838.5-
YUV142.6140.08146.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=36.90%
G=27.29%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912516400.260.030.34306.8220.3757.65
HexA97DA401A322133143a
Octal2511752440323424632472
Binary101010011111101101001000110101110001010011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DA4; }

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

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

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

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

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

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

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

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