#A97FA4

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

Shades of London Hue #A97FA4

Tints of London Hue #A97FA4

Color information

#A97FA4 (or 0xA97FA4) is unknown color: approx London Hue. HEX triplet: A9, 7F and A4. RGB value is (169,127,164). Sum of RGB (Red+Green+Blue) = 169+127+164=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A97FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97FA4 is #56805B. Grayscale: #8F8F8F. Windows color (decimal): -5668956 or 10780585. OLE color: 10780585.

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

Color convert

RGB169127164-
CMYK00.250.030.34
HSL307.14º19.63%58.04%-
HSV(B)307.14º24.85%66.27%-
XYZ30.6526.2938.58-
YUV143.78139.41145.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=36.74%
G=27.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912716400.250.030.34307.1419.6358.04
HexA97FA4019322133143a
Octal2511772440313424632472
Binary101010011111111101001000110011110001010011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FA4; }

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

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

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

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

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

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

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

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