#A97FAD

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

Shades of London Hue #A97FAD

Tints of London Hue #A97FAD

Color information

#A97FAD (or 0xA97FAD) is unknown color: approx London Hue. HEX triplet: A9, 7F and AD. RGB value is (169,127,173). Sum of RGB (Red+Green+Blue) = 169+127+173=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97FAD is #568052. Grayscale: #909090. Windows color (decimal): -5668947 or 11370409. OLE color: 11370409.

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

Color convert

RGB169127173-
CMYK0.020.2700.32
HSL294.78º21.9%58.82%-
HSV(B)294.78º26.59%67.84%-
XYZ31.4926.6343.02-
YUV144.8143.91145.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=36.03%
G=27.08%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691271730.020.2700.32294.7821.958.82
HexA97FAD21B020127163b
Octal2511772552330404472673
Binary101010011111111101011011011011010000010010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FAD; }

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

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

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

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

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

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

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

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