#A48DA4

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

Shades of London Hue #A48DA4

Tints of London Hue #A48DA4

Color information

#A48DA4 (or 0xA48DA4) is unknown color: approx London Hue. HEX triplet: A4, 8D and A4. RGB value is (164,141,164). Sum of RGB (Red+Green+Blue) = 164+141+164=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A48DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA4 is #5B725B. Grayscale: #969696. Windows color (decimal): -5993052 or 10784164. OLE color: 10784164.

HSL color Cylindrical-coordinate representation of color #A48DA4: 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.14%. Process color model (Four color, CMYK) of #A48DA4 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB164141164-
CMYK00.1400.36
HSL300º11.22%59.8%-
HSV(B)300º14.02%64.31%-
XYZ31.5429.6239.18-
YUV150.5135.62137.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=34.97%
G=30.06%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414116400.1400.3630011.2259.8
HexA48DA40E02412cb3c
Octal2442152440160444541374
Binary1010010010001101101001000111001001001001011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DA4; }

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

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

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

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

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

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

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

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