#A48DA1

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

Shades of London Hue #A48DA1

Tints of London Hue #A48DA1

Color information

#A48DA1 (or 0xA48DA1) is unknown color: approx London Hue. HEX triplet: A4, 8D and A1. RGB value is (164,141,161). Sum of RGB (Red+Green+Blue) = 164+141+161=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A48DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA1 is #5B725E. Grayscale: #969696. Windows color (decimal): -5993055 or 10587556. OLE color: 10587556.

HSL color Cylindrical-coordinate representation of color #A48DA1: hue angle of 307.83º 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 #A48DA1 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164141161-
CMYK00.140.020.36
HSL307.83º11.22%59.8%-
HSV(B)307.83º14.02%64.31%-
XYZ31.2729.5237.77-
YUV150.16134.12137.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=35.19%
G=30.26%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414116100.140.020.36307.8311.2259.8
HexA48DA10E224134b3c
Octal2442152410162444641374
Binary10100100100011011010000101110101001001001101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DA1; }

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

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

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

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

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

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

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

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