#A38DA5

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

Shades of London Hue #A38DA5

Tints of London Hue #A38DA5

Color information

#A38DA5 (or 0xA38DA5) is unknown color: approx London Hue. HEX triplet: A3, 8D and A5. RGB value is (163,141,165). Sum of RGB (Red+Green+Blue) = 163+141+165=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 165 - color contains mainly: blue. Hex color #A38DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DA5 is #5C725A. Grayscale: #969696. Windows color (decimal): -6058587 or 10849699. OLE color: 10849699.

HSL color Cylindrical-coordinate representation of color #A38DA5: hue angle of 295º 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 #A38DA5 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163141165-
CMYK0.010.1500.35
HSL295º11.76%60%-
HSV(B)295º14.55%64.71%-
XYZ31.4229.5539.65-
YUV150.31136.29137.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=34.75%
G=30.06%
B=35.18%

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
Decimal1631411650.010.1500.3529511.7660
HexA38DA51F023127c3c
Octal2432152451170434471474
Binary1010001110001101101001011111101000111001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DA5; }

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

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

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

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

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

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

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

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