#A886AD

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

Shades of London Hue #A886AD

Tints of London Hue #A886AD

Color information

#A886AD (or 0xA886AD) is unknown color: approx London Hue. HEX triplet: A8, 86 and AD. RGB value is (168,134,173). Sum of RGB (Red+Green+Blue) = 168+134+173=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A886AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886AD is #577952. Grayscale: #949494. Windows color (decimal): -5732691 or 11372200. OLE color: 11372200.

HSL color Cylindrical-coordinate representation of color #A886AD: hue angle of 292.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A886AD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168134173-
CMYK0.030.2300.32
HSL292.31º19.21%60.2%-
HSV(B)292.31º22.54%67.84%-
XYZ32.2228.3943.32-
YUV148.61141.76141.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=35.37%
G=28.21%
B=36.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681341730.030.2300.32292.3119.2160.2
HexA886AD317020124133c
Octal2502062553270404442374
Binary1010100010000110101011011110111010000010010010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886AD; }

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

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

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

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

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

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

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

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