#A48BA1

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

Shades of London Hue #A48BA1

Tints of London Hue #A48BA1

Color information

#A48BA1 (or 0xA48BA1) is unknown color: approx London Hue. HEX triplet: A4, 8B and A1. RGB value is (164,139,161). Sum of RGB (Red+Green+Blue) = 164+139+161=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A48BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA1 is #5B745E. Grayscale: #949494. Windows color (decimal): -5993567 or 10587044. OLE color: 10587044.

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

Color convert

RGB164139161-
CMYK00.150.020.36
HSL307.2º12.08%59.41%-
HSV(B)307.2º15.24%64.31%-
XYZ30.9828.9337.67-
YUV148.98134.78138.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=35.34%
G=29.96%
B=34.70%

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
Decimal16413916100.150.020.36307.212.0859.41
HexA48BA10F224133c3b
Octal2442132410172444631473
Binary10100100100010111010000101111101001001001100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BA1; }

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

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

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

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

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

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

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

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