#A48DA5

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

Shades of London Hue #A48DA5

Tints of London Hue #A48DA5

Color information

#A48DA5 (or 0xA48DA5) is unknown color: approx London Hue. HEX triplet: A4, 8D and A5. RGB value is (164,141,165). Sum of RGB (Red+Green+Blue) = 164+141+165=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 165 - color contains mainly: blue. Hex color #A48DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA5 is #5B725A. Grayscale: #969696. Windows color (decimal): -5993051 or 10849700. OLE color: 10849700.

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

Color convert

RGB164141165-
CMYK0.010.1500.35
HSL297.5º11.76%60%-
HSV(B)297.5º14.55%64.71%-
XYZ31.6329.6639.66-
YUV150.61136.12137.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=34.89%
G=30%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641411650.010.1500.35297.511.7660
HexA48DA51F02312ac3c
Octal2442152451170434521474
Binary1010010010001101101001011111101000111001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DA5; }

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

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

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

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

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

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

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

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