#A88EA2

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

Shades of London Hue #A88EA2

Tints of London Hue #A88EA2

Color information

#A88EA2 (or 0xA88EA2) is unknown color: approx London Hue. HEX triplet: A8, 8E and A2. RGB value is (168,142,162). Sum of RGB (Red+Green+Blue) = 168+142+162=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA2 is #57715D. Grayscale: #989898. Windows color (decimal): -5730654 or 10653352. OLE color: 10653352.

HSL color Cylindrical-coordinate representation of color #A88EA2: hue angle of 313.85º 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 #A88EA2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB168142162-
CMYK00.150.040.34
HSL313.85º13%60.78%-
HSV(B)313.85º15.48%65.88%-
XYZ32.3430.2838.32-
YUV152.05133.61139.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=35.59%
G=30.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814216200.150.040.34313.851360.78
HexA88EA20F42213ad3d
Octal2502162420174424721575
Binary101010001000111010100010011111001000101001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EA2; }

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

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

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

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

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

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

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

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