#A69FA4

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

Shades of London Hue #A69FA4

Tints of London Hue #A69FA4

Color information

#A69FA4 (or 0xA69FA4) is unknown color: approx London Hue. HEX triplet: A6, 9F and A4. RGB value is (166,159,164). Sum of RGB (Red+Green+Blue) = 166+159+164=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 166 - color contains mainly: red. Hex color #A69FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FA4 is #59605B. Grayscale: #A1A1A1. Windows color (decimal): -5857372 or 10788774. OLE color: 10788774.

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

Color convert

RGB166159164-
CMYK00.040.010.35
HSL317.14º3.78%63.73%-
HSV(B)317.14º4.22%65.1%-
XYZ34.8235.5840.15-
YUV161.66129.32131.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=33.95%
G=32.52%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615916400.040.010.35317.143.7863.73
HexA69FA40412313d440
Octal246237244041434754100
Binary101001101001111110100100010011000111001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FA4; }

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

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

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

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

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

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

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

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