#A488A2

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

Shades of London Hue #A488A2

Tints of London Hue #A488A2

Color information

#A488A2 (or 0xA488A2) is unknown color: approx London Hue. HEX triplet: A4, 88 and A2. RGB value is (164,136,162). Sum of RGB (Red+Green+Blue) = 164+136+162=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A488A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488A2 is #5B775D. Grayscale: #939393. Windows color (decimal): -5994334 or 10651812. OLE color: 10651812.

HSL color Cylindrical-coordinate representation of color #A488A2: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A488A2 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164136162-
CMYK00.170.010.36
HSL304.29º13.33%58.82%-
HSV(B)304.29º17.07%64.31%-
XYZ30.6428.1137.99-
YUV147.34136.28139.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=35.50%
G=29.44%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413616200.170.010.36304.2913.3358.82
HexA488A2011124130d3b
Octal2442102420211444601573
Binary10100100100010001010001001000111001001001100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488A2; }

 p { color: rgb(164,136,162); }

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

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

 a { background-color: rgb(164,136,162); }

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

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

 span { border-color: rgb(164,136,162); }

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