#A986AC

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

Shades of London Hue #A986AC

Tints of London Hue #A986AC

Color information

#A986AC (or 0xA986AC) is unknown color: approx London Hue. HEX triplet: A9, 86 and AC. RGB value is (169,134,172). Sum of RGB (Red+Green+Blue) = 169+134+172=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #A986AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986AC is #567953. Grayscale: #949494. Windows color (decimal): -5667156 or 11306665. OLE color: 11306665.

HSL color Cylindrical-coordinate representation of color #A986AC: hue angle of 295.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A986AC is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169134172-
CMYK0.020.2200.33
HSL295.26º18.63%60%-
HSV(B)295.26º22.09%67.45%-
XYZ32.3328.4642.82-
YUV148.8141.1142.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=35.58%
G=28.21%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691341720.020.2200.33295.2618.6360
HexA986AC216021127133c
Octal2512062542260414472374
Binary1010100110000110101011001010110010000110010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986AC; }

 p { color: rgb(169,134,172); }

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

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

 a { background-color: rgb(169,134,172); }

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

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

 span { border-color: rgb(169,134,172); }

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