#A88EA4

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

Shades of London Hue #A88EA4

Tints of London Hue #A88EA4

Color information

#A88EA4 (or 0xA88EA4) is unknown color: approx London Hue. HEX triplet: A8, 8E and A4. RGB value is (168,142,164). Sum of RGB (Red+Green+Blue) = 168+142+164=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA4 is #57715B. Grayscale: #989898. Windows color (decimal): -5730652 or 10784424. OLE color: 10784424.

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

Color convert

RGB168142164-
CMYK00.150.020.34
HSL309.23º13%60.78%-
HSV(B)309.23º15.48%65.88%-
XYZ32.5230.3539.27-
YUV152.28134.61139.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=35.44%
G=29.96%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814216400.150.020.34309.231360.78
HexA88EA40F222135d3d
Octal2502162440172424651575
Binary10101000100011101010010001111101000101001101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EA4; }

 p { color: rgb(168,142,164); }

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

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

 a { background-color: rgb(168,142,164); }

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

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

 span { border-color: rgb(168,142,164); }

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