#A68DA4

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

Shades of London Hue #A68DA4

Tints of London Hue #A68DA4

Color information

#A68DA4 (or 0xA68DA4) is unknown color: approx London Hue. HEX triplet: A6, 8D and A4. RGB value is (166,141,164). Sum of RGB (Red+Green+Blue) = 166+141+164=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A68DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DA4 is #59725B. Grayscale: #979797. Windows color (decimal): -5861980 or 10784166. OLE color: 10784166.

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

Color convert

RGB166141164-
CMYK00.150.010.35
HSL304.8º12.32%60.2%-
HSV(B)304.8º15.06%65.1%-
XYZ31.9529.8439.2-
YUV151.1135.28138.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=35.24%
G=29.94%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614116400.150.010.35304.812.3260.2
HexA68DA40F123131c3c
Octal2462152440171434611474
Binary1010011010001101101001000111111000111001100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DA4; }

 p { color: rgb(166,141,164); }

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

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

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

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

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

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

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