#A48AA3

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

Shades of London Hue #A48AA3

Tints of London Hue #A48AA3

Color information

#A48AA3 (or 0xA48AA3) is unknown color: approx London Hue. HEX triplet: A4, 8A and A3. RGB value is (164,138,163). Sum of RGB (Red+Green+Blue) = 164+138+163=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A48AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AA3 is #5B755C. Grayscale: #949494. Windows color (decimal): -5993821 or 10717860. OLE color: 10717860.

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

Color convert

RGB164138163-
CMYK00.160.010.36
HSL302.31º12.5%59.22%-
HSV(B)302.31º15.85%64.31%-
XYZ31.0128.7138.56-
YUV148.62136.11138.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=35.27%
G=29.68%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413816300.160.010.36302.3112.559.22
HexA48AA301012412ec3b
Octal2442122430201444561473
Binary10100100100010101010001101000011001001001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AA3; }

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

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

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

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

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

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

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

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