#A87DA5

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

Shades of London Hue #A87DA5

Tints of London Hue #A87DA5

Color information

#A87DA5 (or 0xA87DA5) is unknown color: approx London Hue. HEX triplet: A8, 7D and A5. RGB value is (168,125,165). Sum of RGB (Red+Green+Blue) = 168+125+165=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A87DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DA5 is #57825A. Grayscale: #8E8E8E. Windows color (decimal): -5735003 or 10845608. OLE color: 10845608.

HSL color Cylindrical-coordinate representation of color #A87DA5: hue angle of 304.19º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87DA5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB168125165-
CMYK00.260.020.34
HSL304.19º19.82%57.45%-
HSV(B)304.19º25.6%65.88%-
XYZ30.2725.7138.96-
YUV142.42140.75146.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=36.68%
G=27.29%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812516500.260.020.34304.1919.8257.45
HexA87DA501A2221301439
Octal2501752450322424602471
Binary101010001111101101001010110101010001010011000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DA5; }

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

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

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

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

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

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

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

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