#A48AA0

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

Shades of London Hue #A48AA0

Tints of London Hue #A48AA0

Color information

#A48AA0 (or 0xA48AA0) is unknown color: approx London Hue. HEX triplet: A4, 8A and A0. RGB value is (164,138,160). Sum of RGB (Red+Green+Blue) = 164+138+160=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A48AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AA0 is #5B755F. Grayscale: #949494. Windows color (decimal): -5993824 or 10521252. OLE color: 10521252.

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

Color convert

RGB164138160-
CMYK00.160.020.36
HSL309.23º12.5%59.22%-
HSV(B)309.23º15.85%64.31%-
XYZ30.7428.6137.16-
YUV148.28134.61139.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=35.50%
G=29.87%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413816000.160.020.36309.2312.559.22
HexA48AA0010224135c3b
Octal2442122400202444651473
Binary101001001000101010100000010000101001001001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AA0; }

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

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

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

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

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

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

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

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