#A87EA7

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

Shades of London Hue #A87EA7

Tints of London Hue #A87EA7

Color information

#A87EA7 (or 0xA87EA7) is unknown color: approx London Hue. HEX triplet: A8, 7E and A7. RGB value is (168,126,167). Sum of RGB (Red+Green+Blue) = 168+126+167=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A87EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA7 is #578158. Grayscale: #8F8F8F. Windows color (decimal): -5734745 or 10976936. OLE color: 10976936.

HSL color Cylindrical-coordinate representation of color #A87EA7: hue angle of 301.43º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87EA7 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB168126167-
CMYK00.250.010.34
HSL301.43º19.44%57.65%-
HSV(B)301.43º25%65.88%-
XYZ30.5826.0439.97-
YUV143.23141.41145.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=36.44%
G=27.33%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812616700.250.010.34301.4319.4457.65
HexA87EA701912212d133a
Octal2501762470311424552372
Binary10101000111111010100111011001110001010010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87EA7; }

 p { color: rgb(168,126,167); }

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

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

 a { background-color: rgb(168,126,167); }

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

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

 span { border-color: rgb(168,126,167); }

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