#A68CA7

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

Shades of London Hue #A68CA7

Tints of London Hue #A68CA7

Color information

#A68CA7 (or 0xA68CA7) is unknown color: approx London Hue. HEX triplet: A6, 8C and A7. RGB value is (166,140,167). Sum of RGB (Red+Green+Blue) = 166+140+167=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 167 - color contains mainly: blue. Hex color #A68CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CA7 is #597358. Grayscale: #969696. Windows color (decimal): -5862233 or 10980518. OLE color: 10980518.

HSL color Cylindrical-coordinate representation of color #A68CA7: hue angle of 297.78º 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 #A68CA7 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB166140167-
CMYK0.010.1600.35
HSL297.78º13.3%60.2%-
HSV(B)297.78º16.17%65.49%-
XYZ32.0829.6540.59-
YUV150.85137.11138.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=35.10%
G=29.60%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661401670.010.1600.35297.7813.360.2
HexA68CA711002312ad3c
Octal2462142471200434521574
Binary10100110100011001010011111000001000111001010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CA7; }

 p { color: rgb(166,140,167); }

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

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

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

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

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

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

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