#A882AB

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

Shades of London Hue #A882AB

Tints of London Hue #A882AB

Color information

#A882AB (or 0xA882AB) is unknown color: approx London Hue. HEX triplet: A8, 82 and AB. RGB value is (168,130,171). Sum of RGB (Red+Green+Blue) = 168+130+171=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A882AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AB is #577D54. Grayscale: #919191. Windows color (decimal): -5733717 or 11240104. OLE color: 11240104.

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

Color convert

RGB168130171-
CMYK0.020.2400.33
HSL295.61º19.62%59.02%-
HSV(B)295.61º23.98%67.06%-
XYZ31.4827.2342.12-
YUV146.04142.09143.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=35.82%
G=27.72%
B=36.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681301710.020.2400.33295.6119.6259.02
HexA882AB218021128143b
Octal2502022532300414502473
Binary1010100010000010101010111011000010000110010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882AB; }

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

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

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

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

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

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

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

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