#A48EA5

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

Shades of London Hue #A48EA5

Tints of London Hue #A48EA5

Color information

#A48EA5 (or 0xA48EA5) is unknown color: approx London Hue. HEX triplet: A4, 8E and A5. RGB value is (164,142,165). Sum of RGB (Red+Green+Blue) = 164+142+165=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 165 - color contains mainly: blue. Hex color #A48EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EA5 is #5B715A. Grayscale: #979797. Windows color (decimal): -5992795 or 10849956. OLE color: 10849956.

HSL color Cylindrical-coordinate representation of color #A48EA5: hue angle of 297.39º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48EA5 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164142165-
CMYK0.010.1400.35
HSL297.39º11.33%60.2%-
HSV(B)297.39º13.94%64.71%-
XYZ31.7729.9639.7-
YUV151.2135.79137.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=34.82%
G=30.15%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641421650.010.1400.35297.3911.3360.2
HexA48EA51E023129b3c
Octal2442162451160434511374
Binary1010010010001110101001011111001000111001010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EA5; }

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

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

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

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

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

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

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

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