#A48EA4

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

Shades of London Hue #A48EA4

Tints of London Hue #A48EA4

Color information

#A48EA4 (or 0xA48EA4) is unknown color: approx London Hue. HEX triplet: A4, 8E and A4. RGB value is (164,142,164). Sum of RGB (Red+Green+Blue) = 164+142+164=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A48EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EA4 is #5B715B. Grayscale: #979797. Windows color (decimal): -5992796 or 10784420. OLE color: 10784420.

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

Color convert

RGB164142164-
CMYK00.1300.36
HSL300º10.78%60%-
HSV(B)300º13.41%64.31%-
XYZ31.6829.9239.23-
YUV151.09135.29137.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=34.89%
G=30.21%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414216400.1300.3630010.7860
HexA48EA40D02412cb3c
Octal2442162440150444541374
Binary1010010010001110101001000110101001001001011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EA4; }

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

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

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

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

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

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

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

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