#A67EAB

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

Shades of London Hue #A67EAB

Tints of London Hue #A67EAB

Color information

#A67EAB (or 0xA67EAB) is unknown color: approx London Hue. HEX triplet: A6, 7E and AB. RGB value is (166,126,171). Sum of RGB (Red+Green+Blue) = 166+126+171=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A67EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAB is #598154. Grayscale: #8E8E8E. Windows color (decimal): -5865813 or 11239078. OLE color: 11239078.

HSL color Cylindrical-coordinate representation of color #A67EAB: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67EAB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166126171-
CMYK0.030.2600.33
HSL293.33º21.13%58.24%-
HSV(B)293.33º26.32%67.06%-
XYZ30.5425.9741.93-
YUV143.09143.75144.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=35.85%
G=27.21%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661261710.030.2600.33293.3321.1358.24
HexA67EAB31A021125153a
Octal2461762533320414452572
Binary101001101111110101010111111010010000110010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EAB; }

 p { color: rgb(166,126,171); }

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

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

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

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

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

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

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