#A68BA6

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

Shades of London Hue #A68BA6

Tints of London Hue #A68BA6

Color information

#A68BA6 (or 0xA68BA6) is unknown color: approx London Hue. HEX triplet: A6, 8B and A6. RGB value is (166,139,166). Sum of RGB (Red+Green+Blue) = 166+139+166=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A68BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BA6 is #597459. Grayscale: #969696. Windows color (decimal): -5862490 or 10914726. OLE color: 10914726.

HSL color Cylindrical-coordinate representation of color #A68BA6: hue angle of 300º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68BA6 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB166139166-
CMYK00.1600.35
HSL300º13.17%59.8%-
HSV(B)300º16.27%65.1%-
XYZ31.8429.3340.06-
YUV150.15136.95139.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=35.24%
G=29.51%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613916600.1600.3530013.1759.8
HexA68BA601002312cd3c
Octal2462132460200434541574
Binary10100110100010111010011001000001000111001011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BA6; }

 p { color: rgb(166,139,166); }

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

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

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

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

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

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

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