#A4A1BC

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

Shades of Logan #A4A1BC

Tints of Logan #A4A1BC

Color information

#A4A1BC (or 0xA4A1BC) is unknown color: approx Logan. HEX triplet: A4, A1 and BC. RGB value is (164,161,188). Sum of RGB (Red+Green+Blue) = 164+161+188=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1BC is #5B5E43. Grayscale: #A4A4A4. Windows color (decimal): -5987908 or 12362148. OLE color: 12362148.

HSL color Cylindrical-coordinate representation of color #A4A1BC: hue angle of 246.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A1BC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164161188-
CMYK0.130.1400.26
HSL246.67º16.77%68.43%-
HSV(B)246.67º14.36%73.73%-
XYZ37.1337.0152.76-
YUV164.98140.99127.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=31.97%
G=31.38%
B=36.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641611880.130.1400.26246.6716.7768.43
HexA4A1BCDE01Af71144
Octal244241274151603236721104
Binary1010010010100001101111001101111001101011110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1BC; }

 p { color: rgb(164,161,188); }

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

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

 a { background-color: rgb(164,161,188); }

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

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

 span { border-color: rgb(164,161,188); }

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