#A682AB

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

Shades of London Hue #A682AB

Tints of London Hue #A682AB

Color information

#A682AB (or 0xA682AB) is unknown color: approx London Hue. HEX triplet: A6, 82 and AB. RGB value is (166,130,171). Sum of RGB (Red+Green+Blue) = 166+130+171=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A682AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AB is #597D54. Grayscale: #919191. Windows color (decimal): -5864789 or 11240102. OLE color: 11240102.

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

Color convert

RGB166130171-
CMYK0.030.2400.33
HSL292.68º19.62%59.02%-
HSV(B)292.68º23.98%67.06%-
XYZ31.0627.0142.11-
YUV145.44142.43142.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=35.55%
G=27.84%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661301710.030.2400.33292.6819.6259.02
HexA682AB318021125143b
Octal2462022533300414452473
Binary1010011010000010101010111111000010000110010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682AB; }

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

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

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

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

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

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

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

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