#A67CAB

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

Shades of London Hue #A67CAB

Tints of London Hue #A67CAB

Color information

#A67CAB (or 0xA67CAB) is unknown color: approx London Hue. HEX triplet: A6, 7C and AB. RGB value is (166,124,171). Sum of RGB (Red+Green+Blue) = 166+124+171=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A67CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CAB is #598354. Grayscale: #8D8D8D. Windows color (decimal): -5866325 or 11238566. OLE color: 11238566.

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

Color convert

RGB166124171-
CMYK0.030.2700.33
HSL293.62º21.86%57.84%-
HSV(B)293.62º27.49%67.06%-
XYZ30.2825.4641.85-
YUV141.92144.41145.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=36.01%
G=26.90%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661241710.030.2700.33293.6221.8657.84
HexA67CAB31B021126163a
Octal2461742533330414462672
Binary101001101111100101010111111011010000110010011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CAB; }

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

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

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

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

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

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

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

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