#A586A1

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

Shades of London Hue #A586A1

Tints of London Hue #A586A1

Color information

#A586A1 (or 0xA586A1) is unknown color: approx London Hue. HEX triplet: A5, 86 and A1. RGB value is (165,134,161). Sum of RGB (Red+Green+Blue) = 165+134+161=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A586A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586A1 is #5A795E. Grayscale: #929292. Windows color (decimal): -5929311 or 10585765. OLE color: 10585765.

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

Color convert

RGB165134161-
CMYK00.190.020.35
HSL307.74º14.69%58.63%-
HSV(B)307.74º18.79%64.71%-
XYZ30.4827.6237.44-
YUV146.35136.27141.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 161 (63.28% from 255) = 35%
R=35.87%
G=29.13%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513416100.190.020.35307.7414.6958.63
HexA586A1013223134f3b
Octal2452062410232434641773
Binary101001011000011010100001010011101000111001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586A1; }

 p { color: rgb(165,134,161); }

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

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

 a { background-color: rgb(165,134,161); }

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

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

 span { border-color: rgb(165,134,161); }

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