#A884AB

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

Shades of London Hue #A884AB

Tints of London Hue #A884AB

Color information

#A884AB (or 0xA884AB) is unknown color: approx London Hue. HEX triplet: A8, 84 and AB. RGB value is (168,132,171). Sum of RGB (Red+Green+Blue) = 168+132+171=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A884AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AB is #577B54. Grayscale: #939393. Windows color (decimal): -5733205 or 11240616. OLE color: 11240616.

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

Color convert

RGB168132171-
CMYK0.020.2300.33
HSL295.38º18.84%59.41%-
HSV(B)295.38º22.81%67.06%-
XYZ31.7527.7742.21-
YUV147.21141.43142.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=35.67%
G=28.03%
B=36.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681321710.020.2300.33295.3818.8459.41
HexA884AB217021127133b
Octal2502042532270414472373
Binary1010100010000100101010111010111010000110010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884AB; }

 p { color: rgb(168,132,171); }

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

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

 a { background-color: rgb(168,132,171); }

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

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

 span { border-color: rgb(168,132,171); }

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