#A4A0BA

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

Shades of Logan #A4A0BA

Tints of Logan #A4A0BA

Color information

#A4A0BA (or 0xA4A0BA) is unknown color: approx Logan. HEX triplet: A4, A0 and BA. RGB value is (164,160,186). Sum of RGB (Red+Green+Blue) = 164+160+186=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0BA is #5B5F45. Grayscale: #A4A4A4. Windows color (decimal): -5988166 or 12230820. OLE color: 12230820.

HSL color Cylindrical-coordinate representation of color #A4A0BA: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A0BA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164160186-
CMYK0.120.1400.27
HSL249.23º15.85%67.84%-
HSV(B)249.23º13.98%72.94%-
XYZ36.7436.5851.58-
YUV164.16140.33127.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=32.16%
G=31.37%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641601860.120.1400.27249.2315.8567.84
HexA4A0BACE01Bf91044
Octal244240272141603337120104
Binary1010010010100000101110101100111001101111111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0BA; }

 p { color: rgb(164,160,186); }

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

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

 a { background-color: rgb(164,160,186); }

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

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

 span { border-color: rgb(164,160,186); }

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