#A69DA4

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

Shades of London Hue #A69DA4

Tints of London Hue #A69DA4

Color information

#A69DA4 (or 0xA69DA4) is unknown color: approx London Hue. HEX triplet: A6, 9D and A4. RGB value is (166,157,164). Sum of RGB (Red+Green+Blue) = 166+157+164=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 166 - color contains mainly: red. Hex color #A69DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DA4 is #59625B. Grayscale: #A0A0A0. Windows color (decimal): -5857884 or 10788262. OLE color: 10788262.

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

Color convert

RGB166157164-
CMYK00.050.010.35
HSL313.33º4.81%63.33%-
HSV(B)313.33º5.42%65.1%-
XYZ34.4834.940.04-
YUV160.49129.98131.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=34.09%
G=32.24%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615716400.050.010.35313.334.8163.33
HexA69DA40512313953f
Octal24623524405143471577
Binary10100110100111011010010001011100011100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DA4; }

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

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

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

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

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

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

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

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