#A48BA0

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

Shades of London Hue #A48BA0

Tints of London Hue #A48BA0

Color information

#A48BA0 (or 0xA48BA0) is unknown color: approx London Hue. HEX triplet: A4, 8B and A0. RGB value is (164,139,160). Sum of RGB (Red+Green+Blue) = 164+139+160=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A48BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA0 is #5B745F. Grayscale: #949494. Windows color (decimal): -5993568 or 10521508. OLE color: 10521508.

HSL color Cylindrical-coordinate representation of color #A48BA0: hue angle of 309.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48BA0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164139160-
CMYK00.150.020.36
HSL309.6º12.08%59.41%-
HSV(B)309.6º15.24%64.31%-
XYZ30.8928.937.21-
YUV148.87134.28138.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=35.42%
G=30.02%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413916000.150.020.36309.612.0859.41
HexA48BA00F224136c3b
Octal2442132400172444661473
Binary10100100100010111010000001111101001001001101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BA0; }

 p { color: rgb(164,139,160); }

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

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

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

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

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

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

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