#A683AB

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

Shades of London Hue #A683AB

Tints of London Hue #A683AB

Color information

#A683AB (or 0xA683AB) is unknown color: approx London Hue. HEX triplet: A6, 83 and AB. RGB value is (166,131,171). Sum of RGB (Red+Green+Blue) = 166+131+171=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A683AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A683AB is #597C54. Grayscale: #919191. Windows color (decimal): -5864533 or 11240358. OLE color: 11240358.

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

Color convert

RGB166131171-
CMYK0.030.2300.33
HSL292.5º19.23%59.22%-
HSV(B)292.5º23.39%67.06%-
XYZ31.1927.2842.15-
YUV146.02142.1142.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=35.47%
G=27.99%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661311710.030.2300.33292.519.2359.22
HexA683AB317021124133b
Octal2462032533270414442373
Binary1010011010000011101010111110111010000110010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683AB; }

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

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

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

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

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

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

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

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