#A87DAB

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

Shades of London Hue #A87DAB

Tints of London Hue #A87DAB

Color information

#A87DAB (or 0xA87DAB) is unknown color: approx London Hue. HEX triplet: A8, 7D and AB. RGB value is (168,125,171). Sum of RGB (Red+Green+Blue) = 168+125+171=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A87DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DAB is #578254. Grayscale: #8E8E8E. Windows color (decimal): -5734997 or 11238824. OLE color: 11238824.

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

Color convert

RGB168125171-
CMYK0.020.2700.33
HSL296.09º21.5%58.04%-
HSV(B)296.09º26.9%67.06%-
XYZ30.8325.9341.91-
YUV143.1143.75145.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=36.21%
G=26.94%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681251710.020.2700.33296.0921.558.04
HexA87DAB21B021128153a
Octal2501752532330414502572
Binary101010001111101101010111011011010000110010100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DAB; }

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

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

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

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

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

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

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

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