#A485A5

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

Shades of London Hue #A485A5

Tints of London Hue #A485A5

Color information

#A485A5 (or 0xA485A5) is unknown color: approx London Hue. HEX triplet: A4, 85 and A5. RGB value is (164,133,165). Sum of RGB (Red+Green+Blue) = 164+133+165=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 165 - color contains mainly: blue. Hex color #A485A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A5 is #5B7A5A. Grayscale: #919191. Windows color (decimal): -5995099 or 10847652. OLE color: 10847652.

HSL color Cylindrical-coordinate representation of color #A485A5: hue angle of 298.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A485A5 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164133165-
CMYK0.010.1900.35
HSL298.12º15.09%58.43%-
HSV(B)298.12º19.39%64.71%-
XYZ30.4927.3839.28-
YUV145.92138.77140.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=35.50%
G=28.79%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641331650.010.1900.35298.1215.0958.43
HexA485A511302312af3a
Octal2442052451230434521772
Binary10100100100001011010010111001101000111001010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485A5; }

 p { color: rgb(164,133,165); }

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

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

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

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

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

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

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