#A48DA2

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

Shades of London Hue #A48DA2

Tints of London Hue #A48DA2

Color information

#A48DA2 (or 0xA48DA2) is unknown color: approx London Hue. HEX triplet: A4, 8D and A2. RGB value is (164,141,162). Sum of RGB (Red+Green+Blue) = 164+141+162=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A48DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA2 is #5B725D. Grayscale: #969696. Windows color (decimal): -5993054 or 10653092. OLE color: 10653092.

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

Color convert

RGB164141162-
CMYK00.140.010.36
HSL305.22º11.22%59.8%-
HSV(B)305.22º14.02%64.31%-
XYZ31.3629.5538.23-
YUV150.27134.62137.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=35.12%
G=30.19%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414116200.140.010.36305.2211.2259.8
HexA48DA20E124131b3c
Octal2442152420161444611374
Binary1010010010001101101000100111011001001001100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DA2; }

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

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

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

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

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

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

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

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