#A682A4

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

Shades of London Hue #A682A4

Tints of London Hue #A682A4

Color information

#A682A4 (or 0xA682A4) is unknown color: approx London Hue. HEX triplet: A6, 82 and A4. RGB value is (166,130,164). Sum of RGB (Red+Green+Blue) = 166+130+164=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A682A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682A4 is #597D5B. Grayscale: #909090. Windows color (decimal): -5864796 or 10781350. OLE color: 10781350.

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

Color convert

RGB166130164-
CMYK00.220.010.35
HSL303.33º16.82%58.04%-
HSV(B)303.33º21.69%65.1%-
XYZ30.4126.7538.68-
YUV144.64138.93143.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=36.09%
G=28.26%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613016400.220.010.35303.3316.8258.04
HexA682A401612312f113a
Octal2462022440261434572172
Binary101001101000001010100100010110110001110010111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682A4; }

 p { color: rgb(166,130,164); }

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

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

 a { background-color: rgb(166,130,164); }

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

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

 span { border-color: rgb(166,130,164); }

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