#A680AB

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

Shades of London Hue #A680AB

Tints of London Hue #A680AB

Color information

#A680AB (or 0xA680AB) is unknown color: approx London Hue. HEX triplet: A6, 80 and AB. RGB value is (166,128,171). Sum of RGB (Red+Green+Blue) = 166+128+171=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A680AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680AB is #597F54. Grayscale: #909090. Windows color (decimal): -5865301 or 11239590. OLE color: 11239590.

HSL color Cylindrical-coordinate representation of color #A680AB: hue angle of 293.02º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A680AB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166128171-
CMYK0.030.2500.33
HSL293.02º20.38%58.63%-
HSV(B)293.02º25.15%67.06%-
XYZ30.826.4942.02-
YUV144.26143.09143.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=35.70%
G=27.53%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661281710.030.2500.33293.0220.3858.63
HexA680AB319021125143b
Octal2462002533310414452473
Binary1010011010000000101010111111001010000110010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680AB; }

 p { color: rgb(166,128,171); }

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

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

 a { background-color: rgb(166,128,171); }

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

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

 span { border-color: rgb(166,128,171); }

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