#A87BAB

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

Shades of London Hue #A87BAB

Tints of London Hue #A87BAB

Color information

#A87BAB (or 0xA87BAB) is unknown color: approx London Hue. HEX triplet: A8, 7B and AB. RGB value is (168,123,171). Sum of RGB (Red+Green+Blue) = 168+123+171=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A87BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAB is #578454. Grayscale: #8D8D8D. Windows color (decimal): -5735509 or 11238312. OLE color: 11238312.

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

Color convert

RGB168123171-
CMYK0.020.2800.33
HSL296.25º22.22%57.65%-
HSV(B)296.25º28.07%67.06%-
XYZ30.5825.4341.82-
YUV141.93144.41146.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=36.36%
G=26.62%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681231710.020.2800.33296.2522.2257.65
HexA87BAB21C021128163a
Octal2501732532340414502672
Binary101010001111011101010111011100010000110010100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BAB; }

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

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

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

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

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

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

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

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