#A886AC

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

Shades of London Hue #A886AC

Tints of London Hue #A886AC

Color information

#A886AC (or 0xA886AC) is unknown color: approx London Hue. HEX triplet: A8, 86 and AC. RGB value is (168,134,172). Sum of RGB (Red+Green+Blue) = 168+134+172=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A886AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886AC is #577953. Grayscale: #949494. Windows color (decimal): -5732692 or 11306664. OLE color: 11306664.

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

Color convert

RGB168134172-
CMYK0.020.2200.33
HSL293.68º18.63%60%-
HSV(B)293.68º22.09%67.45%-
XYZ32.1228.3542.81-
YUV148.5141.26141.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=35.44%
G=28.27%
B=36.29%

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
Decimal1681341720.020.2200.33293.6818.6360
HexA886AC216021126133c
Octal2502062542260414462374
Binary1010100010000110101011001010110010000110010011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886AC; }

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

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

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

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

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

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

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

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