#A97CAB

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

Shades of London Hue #A97CAB

Tints of London Hue #A97CAB

Color information

#A97CAB (or 0xA97CAB) is unknown color: approx London Hue. HEX triplet: A9, 7C and AB. RGB value is (169,124,171). Sum of RGB (Red+Green+Blue) = 169+124+171=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A97CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CAB is #568354. Grayscale: #8E8E8E. Windows color (decimal): -5669717 or 11238569. OLE color: 11238569.

HSL color Cylindrical-coordinate representation of color #A97CAB: hue angle of 297.45º 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 #A97CAB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169124171-
CMYK0.010.2700.33
HSL297.45º21.86%57.84%-
HSV(B)297.45º27.49%67.06%-
XYZ30.9225.7941.88-
YUV142.81143.91146.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=36.42%
G=26.72%
B=36.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691241710.010.2700.33297.4521.8657.84
HexA97CAB11B021129163a
Octal2511742531330414512672
Binary10101001111110010101011111011010000110010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CAB; }

 p { color: rgb(169,124,171); }

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

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

 a { background-color: rgb(169,124,171); }

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

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

 span { border-color: rgb(169,124,171); }

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